cURL
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.
successful operation
AGENT
Was this page helpful?