List products
Returns the full product catalog with pagination. Each entry contains a slug, display name, and description. Use the slug to fetch per-product pricing via GET /pricing/products/{slug}.
Query parameters
Page number (1-based).
Number of items per page (max 100).
Response
Product catalog listing
Changes
Changed in 2 of the 61 revisions of this API.23
- ●
deleted the
queryrequest parameterpage_numberrequest-parameter-removed
- ●
deleted the
queryrequest parameterpage_sizerequest-parameter-removed
- ○
added the new optional
queryrequest parameterpage[number]new-optional-request-parameter
- ○
added the new optional
queryrequest parameterpage[size]new-optional-request-parameter
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
endpoint added
endpoint-added
- ○