Contacts
Update a contact
put/contacts/{identifier}
Path parameters
identifierstring required
Email (urlencoded) OR ID of the contact
Request body
Example request
{
"attributes": {
"EMAIL": "newemail@domain.com",
"FNAME": "Ellie",
"LNAME": "Roger"
},
"ext_id": "updateExternalId",
"smsBlacklisted": true,
"listIds": [
65
],
"unlinkListIds": [
36
]
}Response
Contact updated