Last updated 2 months ago
Retrieve the list of available event attributes for the account
Your API key
Your Secret key
POST /v2/ExternalApi/getAttributeEventList 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 event attributes retrieved successfully
[ { "key": "text", "label": "text" } ]