Attribute Event List

Get list of event attributes

post

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
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