Skip to main content
GET
List brand catalogs

Authorizations

Authorization
string
header
required

Query Parameters

brand__in
string

Comma-separated list of brand names to filter by.

domain
string

Filter by a single domain.

limit
integer

Number of results to return per page (default: 100, max: 1000).

offset
integer

The initial index from which to return the results.

Response

200 - application/json

List of brand catalogs.

count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=400&limit=100"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=200&limit=100"