Update a contact
Learn how to update a contact’s information using the Notocat API. This guide covers the PUT /contacts/ endpoint, allowing you to modify existing contact details efficiently and keep your newsletter subscriber data up-to-date.
This endpoint can be used to update a single contact at a time by providing the contact ID. con_D6zCfeVDaAAT-b9dl9SIE
is the contact ID in the example below.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the contact to update
Body
The email of the contact
The name of the contact
The first name of the contact
The last name of the contact
Subscription status of the contact
Custom fields for the contact. Can be a key: value
object or an array of objects. If the value is a date, it must be in ISO format or YYYY-MM-DD to be picked up correctly.
Response
The contact ID
The workspace ID
The name of the contact
The first name of the contact
The last name of the contact
The email of the contact
Subscription status of the contact
Unsubscribe token for the contact
Custom fields of the contact
Creation timestamp of the contact
Last update timestamp of the contact
Was this page helpful?