Contacts

Get organization contacts by IDs

REQUIRED SCOPES <code>['contacts:write']</code>

post/contacts/by-ids

Request body

idsstring[]

Contact IDs

team_idinteger

Team ID

Example request

{
  "ids": [
    "1"
  ]
}

Response

List of contact objects

dataobject

Changes

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