AgentBots
Inbox API
Conversations API
Contact Labels
CSAT Survey Page
Account AgentBots
Agents
Canned Responses
Canned Response
Custom Attributes
Contacts
Automation Rule
Help Center
Conversations
Conversation Assignment
Conversation Labels
Inboxes
Integrations
Profile
Teams
Custom Filters
Contacts API
Get a contact
Contacts API
Get a contact
Get the details of a contact
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
The identifier obtained from API inbox channel
The source id of contact obtained on contact create
Response
200
application/json
Success
The response is of type object
.
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>"
}