Channel

List Broker Channels

GET /v1/broker-channels

URL Parameters
ParameterDescription
rowsA limit of objects to be returned, between 1 and 100 itemsOptional
pageThe page for the list of objects to returnOptional
cursorThe cursor of the current page list of objectsOptional
Response

The above request returns JSON structured like this:

ParameterDescription
totalThe total of items
items.idThe ID of the broker channel
{
  "total": 0,
  "items": [
    {
      "id": "string"
    }
  ]
}