Skip to main content
You can query the authorized spending limit (quota) for your API token programmatically at any time. The endpoint returns both the soft and hard USD limits currently applied to the token, letting you monitor and enforce budget constraints from your own tooling.
If a token is set to unlimited quota, the query result returns 100000000. When a token’s quota is modified, the new limit accumulates on top of the previous amount rather than replacing it.

Request

Method: GET URL: https://kiosapi.com/v1/dashboard/billing/subscription

Headers

Examples

Response

A successful request returns a billing_subscription object:

Response Schema