settings
aid_customers_atributes_get
Get customers settings
scopes:
- admin:customers
- read:customers
- public:customers
get/accounts/{aid}/customers/settings
Path parameters
aidstring ^[PT]{1}\d{8}$ required
An id that uniquely identifies the account.
Response
an object of customers settings
Example response
{
"tokens": {
"event_expiry": [
{
"status": "OPT_OUT",
"time_to_live": 15780000
}
]
}
}