Skip to main content
GET
Get account billing details

Authorizations

Authorization
string
header
required

A workspace API key from Settings → API keys in the dashboard (https://app.driver.dev), sent as a bearer token.

Response

Complete billing details for the authenticated account.

orgId
string | null
required

WorkOS organization ID. Null for an unmigrated legacy account.

status
string
required

Billing account status. Legacy accounts return legacy.

plan
object | null
required

Current plan, or null for an unmigrated legacy account.

period
object | null
required

Current usage period, or null for an unmigrated legacy account.

wallet
object
required

Current prepaid wallet balance.

subscription
object | null
required

Current subscription, or null when the account has no subscription.