Skip to main content
GET
List brands
Returns every active brand configured for the merchant. Use this endpoint to build brand pickers or to load brand metadata before filtering with brand_id.
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 brand objects in data. Only ACTIVE brands are included.

Brand object

Present only when cms_template_id is not null. Contains the resolved CMS template assigned to the brand.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[]