Contacts
Get Contact by ID
Retrieves a single dispatch contact by its ID.
GET
/
dispatches
/
contacts
/
{contactId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
contactId
string
requiredThe ID of the contact to retrieve.
Response
200 - application/json
id
string
name
string
phoneNumber
string
contactListId
string
createdAt
string
updatedAt
string
Was this page helpful?