Attribute List

Get list of attributes

post

Retrieve the list of available 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 attributes retrieved successfully
application/json
post
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"
}
{
  "attributes": [
    {
      "key": "optin_sms",
      "label": "Optin SMS?"
    }
  ]
}

Last updated