Skip to main content
GET
List channels
Returns every active channel configured for the merchant. Use this endpoint to build channel pickers or to load channel metadata before configuring menus and checkout flows.
Requires a Fire spark access token obtained through token exchange. The token scopes requests to the authenticated customer and merchant.

Request

Response

The response wraps an array of channel objects in data. Only ACTIVE channels are included.

Channel object

Present only when cms_template_id is not null. Contains the resolved CMS template assigned to the channel.Each field in fields:

Error responses

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Ok

data
object[]