List Products
Returns a paginated list of products belonging to a company.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token.
Headers
Pins the request to a dated API version. When omitted, the request uses the original (2025-01-01) request/response shapes, so existing unversioned callers are never broken. Generated SDKs always send the latest version they were built against. An unrecognized value is rejected with a 400. The schemas documented here always describe the latest version.
"2026-06-09"
Query Parameters
The unique identifier of the company to list products for.
Filter to only products matching these visibility states.
Filter to only products matching these types.
The sort direction for results. Defaults to descending.
asc, desc The field to sort results by. Defaults to created_at.
The number of products to return (default and max 100).
A cursor; returns products after this position.
The number of products to return from the end of the range.
A cursor; returns products before this position.

