Learn how to create or update contacts in bulk using the Notocat API. This guide covers the POST /contacts endpoint, allowing you to manage your subscriber data efficiently.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Contacts to add or update
The body is of type object
.
Contact response
The response is of type object
.