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
The response is of type object.
object