- Returning.AI
- Auth
- User
- Server
- Category
- Role
- Channel
- Language Setting
- Leaderboard
- Badge
- Gamification
- Api Token
- Custom Userfields
- Integration
create new channel
Developing
POST
/channels
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
serverId
string
required
title
string
required
iframeEnabled
boolean
required
embedWidgetEnabled
boolean
required
Example
{
"serverId": "{{serverId}}",
"title": "IC Markets",
"iframeEnabled": true,
"embedWidgetEnabled": true
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.returning.ai/api/v1/channels' \
--header 'Content-Type: application/json' \
--data-raw '{
"serverId": "",
"title": "IC Markets",
"iframeEnabled": true,
"embedWidgetEnabled": true
}'
Responses
🟢200Success
application/json
Body
meta
object
required
success
boolean
required
message
string
required
devMessage
string
required
body
object
required
title
string
required
permissions
array[string]
required
userId
string
required
serverId
string