Billing

List plans

List the self-serve credit plans available for checkout, including the current plan.

get/billing/plans

Query parameters

organizationIdstring

Organization to operate on. Auto-filled from CLI and SDK context when omitted. User tokens must supply it unless the credential's fixed scope resolves it; secret keys may omit it (the key's organization applies).

Response

OK

billingModelstring required
currentPlanSlugstring nullable required
hasActiveStripeBillingboolean required

Changes

Changed in 1 of the 4 revisions of this API.1

    • added the required property // to the response with the status

      response-required-property-added