get https://api4.optimove.net/Customers//Attributes
Get all attributes for a Specific customer.
Please note that using this request requires using URL encoding. If CCID value contains any special characters these should be encoded. e.g - the email address "[email protected]" should be sent as "customeremail%40zmail.com"
Notes
- Returns a Single Customer only.
- When the call is used by 3rd party, you will get only the attributes you have access to.
- Errors:
- Unauthorized user
- A customer ID doesn’t exist (should be 4XX response code)
- Server unavailable 5xx
Sample Request
https://apiX.optimove.net/Customers/123456/Attributes
Sample Response
{
"RealFieldName": "FavoriteColor",
"Alias": "FavoriteColor",
"FieldType": "string",
"Value": "blue"
}