Skip to main content
GET
cURL
When to use: Browse all products from a vendor or filter by specific collections. Use with GET /v2/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, default: 1)
number
Number of listings per page (minimum: 1, maximum: 100, default: 20)
string
Collection URL to filter by. If provided, only listings from this collection 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
object
Response metadata (currently empty for this endpoint)
cURL