Skip to main content
GET
Get billing overview

Authorizations

Authorization
string
header
required

Bearer token authentication via Auth0. Users authenticate through Auth0 Universal Login. Include the access token in the Authorization header: Authorization: Bearer <token>

Path Parameters

workspaceId
string
required

The workspace ID

Pattern: ^ws_[a-z0-9]+$

Response

Billing overview retrieved successfully

subscription
object | null
plan
enum<string>
Available options:
standard,
pro,
business,
enterprise
limits
object

Plan-level limits for this workspace

usage
object
paymentMethod
object | null
invoices
object[]
Last modified on February 16, 2026