Conversations
English
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>" }
Retrieve details of a single actor using the actor ID.
conversations.read
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
The response is of type object.
object
Was this page helpful?