Customer Identities
Create or update a customer identity
Creates a new customer identity or updates an existing one.
post/customer_identities/create_or_update
Request body
Example request
{
"customer_identity": {
"first_name": "Jane",
"last_name": "Doe",
"email": "jane@doe.com",
"distinct_id": "cust_19238475"
}
}Response
Customer identity successfully updated.
Example response
{
"customer_identity": {
"id": 863291377,
"first_name": "Jane",
"last_name": "Doe",
"email": "jane@doe.com",
"distinct_id": "cust_19238475"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.