Contacts/insert and update(batch)

Request
query Parameters
listId
string or null <uuid>
Request Body schema:
required
Array of objects (CreateUpdateContacts)
webHookUrl
string or null
Responses
400

Bad Request

401

Unauthorized

409

Conflict

422

Client Error

500

Server Error

post/contacts/batch
Request samples
{
  • "createUpdateContacts": [
    ],
  • "webHookUrl": "string"
}
Response samples
{
  • "statusCode": 0
}