Skip to main content
GET
Ruby

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer<int32>

Maximum number of results to return. Defaults to 25.

offset
integer<int32>

Number of results to skip for pagination. Defaults to 0.

name
string

Filter channels by name (partial match).

channelIds
string<uuid>[]

Filter to a specific set of channel IDs.

deliveryType
enum<string>

Filter channels by delivery type.

Available options:
live,
sandbox

Response

OK

results
object[]
required
totalCount
integer<int32>
required