This endpoint gets the list of channels in the community.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://integration.returning.ai/apis/v1/channels' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"status": "string",
"message": "string",
"data": [
{
"_id": "string",
"topic": "string",
"channelType": "string"
}
]
}
Modified at 2025-09-08 07:24:56