Get billing summary for an organization
Returns the current plan, active subscription (if any), and recent invoices. Requires the billing:read scope.
GET
/organizations/{organizationSlug}/billingAuthorization
AuthorizationBearer token · headerrequiredPass your API key as a Bearer token. API keys are scoped to specific operations — configure scopes in your organization's Settings → Developer → API Keys.
Path parameters
organizationSlugstringrequiredResponses
200
Billing summary
planstringrequiredsubscriptionobject | nullrequiredShow propertiesHide properties
idstringstatusstringcurrentPeriodStartstring<date-time> | nullcurrentPeriodEndstring<date-time> | nullcancelAtPeriodEndbooleancanceledAtstring<date-time> | nullpastDueSincestring<date-time> | nullinvoicesobject[]requiredShow propertiesHide properties
Array of
objectidstringstatusstringamountDueintegercurrencystringhostedInvoiceUrlstring | nullpaidAtstring<date-time> | nullcreatedAtstring<date-time>401
Missing or invalid API key
typestringrequiredMachine-readable error code
statusintegerrequiredHTTP status code
titlestringrequiredHuman-readable error message
detailsobjectField-level validation errors
403
Forbidden (insufficient scope or org mismatch)
typestringrequiredMachine-readable error code
statusintegerrequiredHTTP status code
titlestringrequiredHuman-readable error message
detailsobjectField-level validation errors