Search Channels

POST

Returns channels that match the search criteria. Results are sorted by similarity score.

Request

This endpoint expects an object.
fuzzySearchTextstringRequired
exactMatchset of stringsRequired

Will return only channels that contain all strings specified as exact matches (case insensitive).

dataSourcesset of stringsRequired
prefixstringOptional
previouslySelectedChannelsmap from strings to sets of stringsOptional
nextPageTokenstringOptional
pageSizeintegerOptional

Defaults to 1000. Will throw if larger than 1000.

Response

This endpoint returns an object.
resultslist of objects
nextPageTokenstringOptional
Built with