Skip to main content
POST
cURL
When to use: Browse vendor collections before fetching products. Use with POST /v1/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)
number
Number of collections per page (minimum: 1, maximum: 100, default: 10)

Response

array
Array of collection objects
object
Pagination metadata
cURL