Skip to main content

Billing

GET/v1/billing/plans

List Plans

List available plans — sourced from the ``plans`` table.

Publicoperation_id: billing.plans

Authentication

No authentication required. This is a read-only endpoint that returns no tenant data, so it can be called without a token.

SDK install

pip install znyx-sdknpm install @znyx/sdk

Code samples

Request

curl -X GET "$ZNYX_API_URL/v1/billing/plans" \
  -H "Authorization: Bearer $ZNYX_TOKEN"

Response

application/json

Successful Response

null

Schema: any

Responses

StatusDescription
200Successful Response

Response schema

any

Errors & what triggers them

CodeTriggerFix
401Missing or expired Authorization header.-
403Token does not have org access (wrong org_id, or insufficient role).-
404Resource does not exist in this org.-