Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Array of contacts to update or create
Updates or creates multiple contacts in a single API request. Each contact is either created (if it doesn’t exist) or updated (if it does) based on the email address. Maximum limit: 100 contacts per request.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Array of contacts to update or create