Skip to main content
GET
cURL
When to use: Browse vendor collections before fetching products. Use with GET /v2/listings to get products from specific collections.

Request

string
required
Your API key for authentication
string
required
The vendor/brand name to filter by
number
Page number for pagination (minimum: 1, default: 1)
number
Number of collections per page (minimum: 1, maximum: 100, default: 20)

Response

array
Array of collection objects
object
Pagination metadata
object
Response metadata (currently empty for this endpoint)
The request_id is available in the Request-ID response header for all responses.
cURL