GET
/
dispatches
/
contacts
/
{contactId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

contactId
string
required

The ID of the contact to retrieve.

Response

200 - application/json
id
string
name
string
phoneNumber
string
contactListId
string
createdAt
string
updatedAt
string