post https://api.clickup.com/api/v3/workspaces//chat/channels
This endpoint creates a new Channel not tied to a Space, Folder, or List. If a Channel with the specified name already exists it returns it.
Log in to see full request history
Responses
This endpoint creates a new Channel not tied to a Space, Folder, or List. If a Channel with the specified name already exists it returns it.
xxxxxxxxxx
curl --request POST \
--url https://api.clickup.com/api/v3/workspaces/workspace_id/chat/channels \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: