Retrieves the details of an existing support channel.
Required permissions:
support_chat:readA company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
The unique identifier of the support channel to retrieve.
A successful response
A messaging channel that can be a one-on-one DM, group chat, company support conversation, or platform-level direct message.
The unique identifier for the entity
The unique identifier of the company associated with this channel. Null if this is not a support or company-scoped conversation.
A custom display name assigned to this channel by the user. Null if no custom name has been set.
"Project Alpha Team"
The customer who initiated this support conversation. Null if this is not a support chat.
The timestamp when the linked support ticket was marked as resolved. Null if unresolved or not a support chat.
"2023-12-01T05:00:00.401Z"
The timestamp when the most recent message was sent in this channel. Null if no messages have been sent.
"2023-12-01T05:00:00.401Z"