Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Maximum length:
100
isDeleted:
null(default)
- Show both channel is actived and channel is inactived.true
- Show channel is inactived only.false
- Show channel is actived only.
Used for querying channels by matching all specified tags. When a query includes multiple tags (e.g., tags=['tag1', 'tag2', 'tag3']
), the system will return all channels that have all the specified tags.
Maximum length:
10
Used for querying channels by excluding all specified tags. When a query includes multiple tags (e.g., excludeTags=['tag1', 'tag2', 'tag3']
), the system will return all channels that do not have any of the specified tags.
Maximum length:
10
excludeArchives:
false(default)
- Show all channels.true
- Show channels that are not archived only.
Available options:
all
, member
, notMember
, flagged
Maximum length:
10
Maximum length:
100
Available options:
lastActivity
, lastCreated
, firstCreated
, displayName