Skip to main content
GET
/
channels
List channels for the app
curl --request GET \
  --url https://{appId}.api-{region}.cometchat.io/v3/campaigns/channels \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'appid: <appid>'

Documentation Index

Fetch the complete documentation index at: https://cometchat-22654f5b-docs-campaigns-service-rest-api.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Paginated. Filter by type or enabled to narrow the result set. For the complete error reference, see Error Guide.

Authorizations

Authorization
string
header
required

Service-to-service basic auth

Headers

appid
string
required

Tenant application ID

Query Parameters

updatedAt
number

Cursor: updatedAt unix timestamp of last item

id
string

Cursor: id of last item

affix
enum<string>

Cursor direction

Available options:
append,
prepend
limit
number

Items per page

Required range: 1 <= x <= 100
sort
enum<string>

Sort field

Available options:
channelType,
createdAt,
updatedAt
order
enum<string>

Sort direction

Available options:
asc,
desc

Search by name or channelId

Response

200

Paginated channel list