Skip to main content
GET
List a brand's storefront destinations

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

brand_id
string | null

Brand identifier from GET /brands.

brand_name
string | null

Exact brand name, matched case-insensitively.

skip
integer
default:0

How many storefront pages to skip.

Required range: x >= 0
limit
integer
default:100

How many storefront pages to return (1-500).

Required range: 1 <= x <= 500

Response

Successful Response

Storefront destinations for a selected brand.

brand_id
string
required
brand_name
string
required
storefront_enabled
boolean
required
total_count
integer
required

Total matching storefront pages before pagination.

fetched_count
integer
required
skip
integer
required
limit
integer
required