Last updated 1 month ago
Retrieves a list of forms associated with a given app ID.
App ID
Your API key
Your Secret key
GET /v2/ExternalApi/getForms HTTP/1.1 Host: api.gleantap.com X-API-KEY: text X-SECRET-KEY: text Accept: */*
List of forms
[ { "form_id": "text", "name": "text", "title": "text", "created_on": "text", "status": 1, "updated_on": "text", "leads_count": 1, "last_lead_date": "text" } ]