v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBRetrieve 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
Example response
{
"id": "5673fdbde4b03d651b5b6411",
"firstName": "Nick3",
"lastName": "Davis3",
"mobile": "+306984512777",
"country": "GR",
"groups": [
"All"
]
}