Get Pricing Config
GET
/api/v1/billing/pricing-configReturn 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.
Authentication
Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.