Search Channels
Returns channels that match the search criteria. Results are sorted by similarity score.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Will return only channels that contain all strings specified as exact matches (case insensitive).
Tokens are used with paginated requests to get the next “page” of results from an API, and typically are used as both part of the request and response schema of an endpoint to allow users to stream pages of results.
Defaults to 1000. Will throw if larger than 1000.
Response
Tokens are used with paginated requests to get the next “page” of results from an API, and typically are used as both part of the request and response schema of an endpoint to allow users to stream pages of results.