Skip to main content
GET
Check what plan your organization is on and how many instances you’re using. Useful for building billing dashboards or enforcing limits in your own application logic.

Authorization

Requires an organization-level API key in the Authorization header.

Response

string
Your current subscription tier. One of shrimp, crab, lobster, or whale.
number | null
The maximum number of instances allowed on this tier. null means unlimited (whale tier — you’re living large).
number
How many instances your organization currently has.
string | null
Your Stripe customer ID, if a billing relationship exists.
string | null
Your Stripe subscription ID, if you’re on a paid plan.