cURL
Contact Endpoint
Create or update in bulk
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.
POST
cURL
The endpoint can be used to create a full list of contacts with Notocat. If a contact already exists, the data will be merged. The contacts can be updated in bulk when provided with IDs or emails that already exist in the database. If the contact does not exist, it will be created with the email provided. The endpoint accepts a minimum of 1 contact and a maximum of 1000 contacts.Documentation Index
Fetch the complete documentation index at: https://developer.notocat.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Contacts to add or update
Response
Contact response