GET
/
brands

Authorizations

Authorization
string
headerrequired

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

Query Parameters

limit
number
default: 25

The maximum number of items to return

Required range: 1 < x < 100
cursor
string

The cursor returned from the last request, if omitted the first page will be returned

Maximum length: 512
marketplace
enum<string>
default: amazon.com

Represents an Amazon marketplace. If "all" is specified then the scope is all marketplaces.

Available options:
all,
amazon.com,
amazon.co.uk,
amazon.ca,
amazon.de,
amazon.fr
access
enum<string>

Whether to return only brands you have access to

Available options:
true,
false

Response

200 - application/json
brands
object[]
required
cursor
string | null
required

The cursor to use for the next request, if empty there are no more items to return