- Returning.AI
- Auth
- Server
- Role
- Channel
- Badge
- Integration
- users
- Messages
- Channels
Get Channels List
GET
https://sgtr-integration.returning.ai/apis/v1/channels
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Header Params
Authorization
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 'https://sgtr-integration.returning.ai/apis/v1/channels' \
--header 'Authorization;'
Responses
🟢200Success
application/json
Body
status
string
required
message
string
required
data
array [object {3}]
required
_id
string
required
topic
string
required
channelType
string
required
Example
{
"status": "string",
"message": "string",
"data": [
{
"_id": "string",
"topic": "string",
"channelType": "string"
}
]
}