Pricing

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}.

get/pricing/products

Query parameters

page[number]integer

Page number (1-based).

page[size]integer

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 query request parameter page_number

      request-parameter-removed

    • deleted the query request parameter page_size

      request-parameter-removed

    • added the new optional query request parameter page[number]

      new-optional-request-parameter

    • added the new optional query request parameter page[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