Skip to main content
GET
List organizations related to a channel

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
cursor
string
q
string

Substring filter over the row's text columns (e.g. video title, channel name, description).

field
string

Restrict the q filter to one column. Default "any" (all searchable columns).

sort
string

Sort key. Rows default to newest first; supported values vary by list (e.g. "date", "channel").

order
enum<string>

Sort direction. Default desc.

Available options:
asc,
desc

Response

Success