Get Pricing Config

GET/api/v1/billing/pricing-config

Return billing pricing configuration derived from the single discount knob.

The frontend uses this to render annual savings and badge labels without duplicating the discount percentage. Changing the discount on the backend (ANNUAL_DISCOUNT_PCT) automatically updates every UI surface.

Returns:

  • annual_discount_pct: Fractional annual discount (e.g. 0.1667).
  • annual_discount_label: Human label for the annual badge.
Operation ID: get_pricing_config_api_v1_billing_pricing_config_get·View as markdown·OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Responses

200Successful Response