post https://openapi.meltingspot.io/v1/channels
Create a channel
Log in to see full request history
Responses
400Malformed payload
Create a channel
400Malformed payload
xxxxxxxxxx
11curl --request POST \
--url https://openapi.meltingspot.io/v1/channels \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"autoJoin": true,
"showMembers": true,
"privacy": "Private"
}
'
Try It!
to start a request and see the response here! Or choose an example: