Contacts

View a contact

View a contact.

GET
/contacts/{contact_id}

View a contact.

Authorization

bearerToken
AuthorizationBearer <token>

Personal access tokens created from the ThriveDesk UI. Create one under Integrations -> API Keys.

In: header

Path Parameters

contact_id*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/contacts/string"
{  "data": {    "id": "string",    "name": "string",    "email": "[email protected]",    "avatar": "http://example.com",    "company": "string",    "website": "string",    "job_title": "string",    "address": "string",    "should_display_image": true,    "notes": "string",    "conversations_count": 0  }}