GET
/
public
/
api
/
v1
/
inboxes
/
{inbox_identifier}
/
contacts
/
{contact_identifier}
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>"
}

Path Parameters

inbox_identifier
string
required

The identifier obtained from API inbox channel

contact_identifier
string
required

The source id of contact obtained on contact create

Response

200
application/json
Success

The response is of type object.