Obtener detalle de un contacto
Contacts
GET /v1/contacts/:id
Read a single messaging contact, with its custom fields and activity timestamps.
GET
Obtener detalle de un contacto
Returns one contact by id. Use
GET /v1/contacts to find the id first.
Endpoint
Required scope
contacts:read
Headers
Path parameters
Example request
Response
200 OK
401 Unauthorized
Missing, invalid, revoked, or expired token.403 Forbidden
The token does not have thecontacts:read scope.
404 Not Found
No contact with that id, the contact belongs to a different company, or it was absorbed by a merge.502 Bad Gateway
The messaging service could not answer.Operational notes
- The activity timestamps tell you who spoke last.
last_user_message_atis the contact,last_bot_response_atis the assistant, andlast_agent_response_atis a human agent. Comparing them is the cheapest way to tell whether a conversation is waiting on you. is_attendedflips totruewhen a human takes over the conversation in the portal.tagsare ids, not labels. There is no public endpoint yet to resolve a tag id to its name.