Skip to main content

List Pricing Tiers

GET 

/api/product-pricing-tiers

List product pricing tiers. Eager-loads the base pricing tier and counts dependent tiers.

Authentication: Requires Bearer token.

Query parameters:

  • page / limit — pagination
  • search — searches name and currency_code
  • sort — sortable columns: id, name, currency_code, is_default, pricing_type, created_at, updated_at, archived_at
  • archived — 0 (active only), 1 (archived only)
  • filter[name] / filter[currency_code] — column filters

Request

Responses

OK

Response Headers
    Content-Type