Retrieve dm channel
Retrieves the details of an existing DM channel.
Required permissions:
dms:read
Authorizations
A 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 ***************************
Path Parameters
The unique identifier of the DM channel to retrieve.
Response
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 time the entity was created (in milliseconds since Unix epoch)
"123.45"
The unique identifier for the entity
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"
A custom display name assigned to this channel by the user. Null if no custom name has been set.
"Project Alpha Team"

