curl --request GET \
--url https://chat.omnivibe.com.br/public/api/v1/inboxes/{inbox_identifier}/contacts/{contact_identifier}{
"id": 123,
"source_id": "<string>",
"name": "<string>",
"email": "<string>",
"pubsub_token": "<string>"
}Get the details of a contact
curl --request GET \
--url https://chat.omnivibe.com.br/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