This endpoint gets the list of channels in the community.Authorization#
Bearer token Required
Found in the platform under community settings > API keys.
Permission: Any key can be used. Request Code Samples
curl --location --request GET 'https://sgtr-rai-api.returning.ai/api/v1/apis/v1/channels' \
--header 'Authorization;'
Responses
application/json {
"status": "string",
"message": "string",
"data": [
{
"_id": "string",
"topic": "string",
"channelType": "string"
}
]
}
Modified at 2026-04-09 08:30:18