Get a channel by name
GET/api/v4/teams/:team_id/channels/name/:channel_name
Gets channel from the provided team id and channel name strings.
Permissions
read_channel permission for the channel.
Request
Responses
- 200
- 401
- 403
- 404
Channel retrieval successful
No access token provided
Do not have appropriate permissions
Resource not found