Contact Endpoint
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.
PUT
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
application/json
The data to update the contact with
The body is of type object
.
Response
200
application/json
Contact updated
The response is of type object
.