Error
Catalog endpoints
List prices
Returns prices scoped to this key’s merchant and mode, optionally filtered by product or active status.
GET
Error
Authorizations
A merchant secret key (sk_…) sent as Authorization: Bearer <key>.
Query Parameters
Filter to prices belonging to this product (prod_…).
Filter by active status.
Page size (default 20, max 100).
Required range:
1 <= x <= 100Number of records to skip.
Required range:
x >= 0Cursor: a price id (typically the previous response's next_cursor). Returns results strictly after it, newest first. Cannot be combined with offset.

