Contacts

Bulk to contact

REQUIRED SCOPES <code>['contacts:write']</code><br> Bulk to contact

put/contacts/bulk

Request body

contactsinteger[]

The IDs of the Contacts

bulk_allboolean

Bulk All

team_idinteger

Team id

Example request

{
  "contacts": [
    1
  ]
}

Response

OK

Changes

No recorded changes to this endpoint across all 2 revisions of this API.