Get the details of a contact
cURL
curl --request GET \ --url https://app.chatwoot.com/public/api/v1/inboxes/{inbox_identifier}/contacts/{contact_identifier}
{ "id": 123, "source_id": "<string>", "name": "<string>", "email": "<string>", "pubsub_token": "<string>" }
The identifier obtained from API inbox channel
The source id of contact obtained on contact create
Success
Id of the contact
The session identifier of the contact
Name of the contact
Email of the contact
The token to be used to connect to chatwoot websocket