GET https://api.qhaigc.net/v1/dashboard/billing/subscription
Authentication
Include your API key in theAuthorization header:
Response Fields
Always
"billing_subscription".Whether a payment method is attached to the account.
Whether the subscription has been cancelled.
Unix timestamp of cancellation, or
null if not cancelled.Unix timestamp indicating when your current subscription period expires.
The hard spending cap (USD) for your account. Requests are rejected once this limit is reached.
The soft spending limit (USD). You may receive a warning or notification when usage approaches this threshold.
The platform-enforced maximum spending cap, independent of your configured limit.
Code Examples
Example Response
This endpoint follows the same path convention as the OpenAI billing API to maximize compatibility with existing tooling, such as usage dashboards and cost-monitoring scripts built for OpenAI.