get https://api4.optimove.net/Model/GetCustomerAttributeList
Returns all the available customer attribute names (which can be passed to certain other functions as an input parameter) and a description of each.
Rate Limit
This endpoint is subject to the general API rate limit of 50 requests per 10 seconds. Learn more about handling rate limits.
Sample Request
https://apiX.optimove.net/current/model/GetCustomerAttributeList
Sample Response
[
{"RealFieldName":"Affiliate","Description":"Acquisition affiliate"},
{"RealFieldName":"Age","Description":"Customer age"},
{"RealFieldName":"Country","Description":"Country of residence"}
]