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.
con_D6zCfeVDaAAT-b9dl9SIE
is the contact ID in the example below.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the contact to update
The data to update the contact with
The body is of type object
.
Contact updated
The response is of type object
.