Create a channel
POST/api/v4/channels
Create a new channel.
Permissions
If creating a public channel, create_public_channel permission is required. If creating a private channel, create_private_channel permission is required.
Request
Responses
- 201
- 400
- 401
- 403
Channel creation successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions