v8
OpenAPI 3.1.02026-08-033623795.0 MBSupport channels
Retrieve support channel
Retrieves the details of an existing support channel.
Required permissions:
- support_chat:read
get/support_channels/{id}
Path parameters
idstring required
The unique identifier of the support channel to retrieve.
Response
A successful response
Example response
{
"custom_name": "Project Alpha Team",
"customer_user": {
"id": "user_xxxxxxxxxxxxx",
"name": "John Doe",
"username": "johndoe42"
},
"last_message_at": "2023-12-01T05:00:00.401Z",
"resolved_at": "2023-12-01T05:00:00.401Z"
}