Skip to main content
GET
Get the billing account for an organization

Authorizations

X-Api-Key
string
header
required

Path Parameters

orgId
string
required

ID of the organization.

Response

Billing account

id
string
required

The billing account ID.

Example:

"billing-account-123"

displayName
string
required

The display name of the billing account.

Example:

"Acme Inc"

billingProvider
string
required

The billing provider that this account is associated with.

Example:

"stripe"

billingProviderRef
string
required

The ID used by the billing provider to identify the account.

Example:

"acct_1J2k3l4m5n6o7p8q9r0s"

createTime
string<date-time>

The time the billing account was created.

updateTime
string<date-time>

The time the billing account was last updated.