Skip to main content
POST
cURL
When to use: Browse all products from a vendor or filter by specific collections. Use with POST /v1/collections to discover available collections first.

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 collection products per page (minimum: 1, maximum: 100, default: 10)
string[]
Array of collection URLs to filter by. If provided, only listings from these collections will be returned.URL sanitization: URLs are sanitized and normalized on the backend; client-side sanitization is not required.

Response

array
Array of listing objects
object
Pagination metadata
cURL