Show agent by ID.
cURL
curl --request GET \ --url https://1-some-client.some-server.healvi-chat/third-party/v1/agents/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": 123, "channel": "bridge", "display_id": 4915223567929, "name": "John Doe", "in_sync": true, "unread_conversations_count": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Represents an agent belonging to a messenger service. A business phone number registered on WhatsApp is an agent.
Show child attributes