Get Subscription
Check your current plan, remaining credits, RPS limit and billing status
Endpoint
Authentication
Include your API key in the request header:Parameters
None. The account is identified by your API key.Response
"free" or "custom".false when the billing status is
past_due, incomplete, canceled or unpaid. This flag is about billing only —
check creditsRemaining separately to know whether you still have credits.free and active are
good standing; past_due / incomplete / unpaid indicate a payment problem;
canceled means the subscription has ended; trialing is a trial period."2026-07-15T00:00:00.000Z".Example Request
Example Response
Errors
See Error Handling for the full list of error codes and recommended handling.401UNAUTHENTICATED/INVALID_API_KEY429RATE_LIMITED500INTERNAL_ERROR503SERVICE_UNAVAILABLE
Notes
200 even
when your quota is exhausted, so you can always use it to diagnose why calls are
failing.Use Cases
Multi-provider arbitrage
Uninterrupted access
past_due) or scheduled cancellation before it blocks youUsage monitoring
Capacity planning
Authorizations
Response
Current subscription and quota status
Plan identifier (e.g. "free", "custom").
"custom"
Whether the subscription is in good standing. False when the billing status is past_due, incomplete, canceled or unpaid. Note: a false value here means a billing issue; check creditsRemaining separately to know if you still have credits.
true
Raw billing status. Branch on this rather than the HTTP status. free and active are good standing; past_due/incomplete/unpaid indicate a payment problem; canceled means the subscription has ended.
active, free, trialing, past_due, incomplete, unpaid, canceled "active"
Credits left in the current billing period.
184230
Total credits allotted for the current billing period.
250000
Credits consumed so far in the current billing period.
65770
When the current period ends and credits renew (ISO 8601).
"2026-07-15T00:00:00.000Z"
Maximum sustained requests per second for this account.
20
Whether the subscription is set to end at the current period's end (no renewal).
false