Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The array of contacts to add.
Response
200 - application/json
A created or updated contact
Always true
Add miultiple contacts (up to 100) using a single API call to avoid being rate limited. Payloads with updateIfExists
is set to true
will be updated if a contact with given email already exists.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The array of contacts to add.
A created or updated contact
Always true