Contact
Update contact
Endpoint: v1/audiences/{audienceId}/contacts/{contactId}
Update a specific contact’s details.
Authorizations
API key with format "Bearer {your-api-key}"
Path Parameters
Unique identifier of the audience
Unique identifier of the contact
Body
application/json
Contact's email address
Example:
"suppressionlist+9@simulator.amazonses.com"
Contact's first name (1-100 characters)
Required string length:
1 - 100
Example:
"John"
Contact's last name (1-100 characters)
Required string length:
1 - 100
Example:
"Doe"
Whether the contact is subscribed to emails
Example:
true
Response
200
application/json
Contact successfully updated
The response is of type any
.