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.
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"}
]