Batch edit contacts
PUT/contacts/batch/edit
Edit multiple contacts in a single request. Each object must include an id field to identify the contact.
If a contact with the given ID does not exist, it will be created (upsert behavior).
Maximum 200 contacts per request.
Request
Responses
- 200
- 400
- 403
Contacts updated
Invalid request parameters
Insufficient permissions