Billing
GET
/v1/billing/plansList 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/sdkCode 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
| Status | Description |
|---|---|
| 200 | Successful Response |
Response schema
any
Errors & what triggers them
| Code | Trigger | Fix |
|---|---|---|
| 401 | Missing or expired Authorization header. | - |
| 403 | Token does not have org access (wrong org_id, or insufficient role). | - |
| 404 | Resource does not exist in this org. | - |