Get a channel by name and team name
GET/api/v4/teams/name/:team_name/channels/name/:channel_name
Gets a channel from the provided team name 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