Attribute Event List
Retrieve the list of available event attributes for the account
Header parameters
X-API-KEYstringRequired
Your API key
X-SECRET-KEYstringRequired
Your Secret key
Body
app_idstringRequired
Responses
200
List of event attributes retrieved successfully
application/json
401
Invalid API key or secret key
post
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"
}
[
{
"key": "text",
"label": "text"
}
]
Last updated