Skip to main content
GET
Current plan, subscription and display prices

Authorizations

hookie_session
string
cookie
required

The console's sealed session cookie, set by WorkOS AuthKit. Mutating requests also require the X-Requested-With CSRF header.

Response

Readable by ANY workspace member — the owner-only gate starts after this branch.

plan
enum<string>
required

'standard' is the internal id of the Pro plan.

Available options:
free,
standard,
team
subscription
object | null
required
prices
object
required

Display only, overridable from platform_settings. What Stripe charges is fixed by the price ids.

trial
object | null
required
portal_url
string | null
required

Stripe's hosted Customer Portal link. Non-null only on the standard/team plans and only when STRIPE_PORTAL_URL is configured. Cancel/update-payment-method happen there, not in this API.