Customer Attributes

Get all attributes for a Specific customer.

Log in to see full request history

🚧

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 "customeremail@zmail.com" 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" }
Path Params
string
required
Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json