Skip to main content
GET
Python

Authorizations

x-api-key
string
header
required

Query Parameters

limit
integer
default:20

Max items per page (1-100).

Required range: 1 <= x <= 100
cursor
string | null

Pagination cursor returned by a prior call. Omit for the first page.

country
enum<string> | null

ISO 3166-1 alpha-2 country code that best_commission_rate is scoped to. Defaults to 'US' when unset.

Available options:
US,
GB,
EU,
AU,
CA,
IE,
DE,
AT,
FR,
BE,
IT,
ES,
NL,
SE,
FI,
PT,
CZ,
GR,
RO

Response

Successful Response

items
Brand · object[]
required

List of brands

next_cursor
string | null

Cursor to fetch the next page of results. Null if no more results.