Last updated 11 hours ago
Retrieves a list of forms associated with a given app ID.
App ID
Your API key
Your Secret key
curl -L \ --url 'https://api.gleantap.com/v2/ExternalApi/getForms' \ --header 'X-API-KEY: text' \ --header 'X-SECRET-KEY: text'
[ { "form_id": "text", "name": "text", "title": "text", "created_on": "text", "status": 1, "updated_on": "text", "leads_count": 1, "last_lead_date": "text" } ]