curl --request GET \
--url https://api.hubapi.com/conversations/v3/conversations/actors/{actorId} \
--header 'Authorization: Bearer <token>'{
"type": "AGENT",
"id": "<string>",
"name": "<string>",
"email": "<string>",
"avatar": "<string>"
}Retrieve details of a single actor using the actor ID.
curl --request GET \
--url https://api.hubapi.com/conversations/v3/conversations/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.
Was this page helpful?