curl --request GET \
--url https://api.hubapi.com/conversations/conversations/2026-09-beta/actors/{actorId} \
--header 'Authorization: Bearer <token>'{
"type": "AGENT",
"id": "<string>",
"name": "<string>",
"email": "<string>",
"avatar": "<string>"
}Retrieve details of a specific actor in the conversations API by providing the actor’s unique identifier. This endpoint is useful for obtaining information about a particular actor involved in conversations, such as agents, bots, or visitors.
curl --request GET \
--url https://api.hubapi.com/conversations/conversations/2026-09-beta/actors/{actorId} \
--header 'Authorization: Bearer <token>'{
"type": "AGENT",
"id": "<string>",
"name": "<string>",
"email": "<string>",
"avatar": "<string>"
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier of the actor to retrieve.
A string representing the specific properties of the actor to include in the response.
Was this page helpful?