Last updated 11 days ago
Retrieve the list of available attributes for the account
Your API key
Your Secret key
curl -L \ --request POST \ --url 'https://api.gleantap.com/v2/ExternalApi/getAttributeList' \ --header 'X-API-KEY: text' \ --header 'X-SECRET-KEY: text' \ --header 'Content-Type: application/json' \ --data '{ "app_id": "text" }'
{ "attributes": [ { "key": "optin_sms", "label": "Optin SMS?" } ] }