Skip to main content
GET
List brands
Returns all active brands configured for the authenticated merchant. Use this endpoint to map Fire spark brands to concepts in your POS or RMS before filtering stores and menus with brand_id.
Requires an access token with the brands:read scope. See Token to obtain a token.

Request

Response

The response wraps an array of brand objects in data. Only ACTIVE brands are included.

Brand object

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[]