- Returning.AI
- Auth
- User
- Server
- Category
- Role
- Channel
- Language Setting
- Leaderboard
- Badge
- Gamification
- Api Token
- Custom Userfields
- Integration
channel list of server
Developing
GET
/server/{serverId}/channels
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
serverId
string
required
Header Params
genesiv-key
string
optional
genesiv-password
string
optional
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 GET '/server//channels' \
--header 'genesiv-key;' \
--header 'genesiv-password;'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-07-30 10:40:31