Last updated 2 months ago
Retrieve the list of available attributes for the account
Your API key
Your Secret key
POST /v2/ExternalApi/getAttributeList HTTP/1.1 Host: api.gleantap.com X-API-KEY: text X-SECRET-KEY: text Content-Type: application/json Accept: */* Content-Length: 17 { "app_id": "text" }
List of attributes retrieved successfully
{ "attributes": [ { "key": "optin_sms", "label": "Optin SMS?" } ] }