v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Retrieve details about a contact

Get the details of a specific contact providing the contact’s id.

get/contacts/my/{id}

Path parameters

idstring required

The id of the contact.

Headers

Authorizationstring required

Bearer {access-token}

Response

200

idstring
firstNamestring
lastNamestring
mobilestring
countrystring
vipboolean
groupsstring[]
blacklistedServicesobject[]
labelsobject[]

Example response

{
  "id": "5673fdbde4b03d651b5b6411",
  "firstName": "Nick3",
  "lastName": "Davis3",
  "mobile": "+306984512777",
  "country": "GR",
  "groups": [
    "All"
  ]
}