Billing Account
Get the billing account for an organization
GET
/
orgs
/
{orgId}
/
billingAccount
Authorizations
X-Api-Key
string
headerrequiredPath Parameters
orgId
string
requiredResponse
200 - application/json
id
string
requiredThe billing account ID.
displayName
string
requiredThe display name of the billing account.
billingProvider
string
requiredThe billing provider that this account is associated with.
billingProviderRef
string
requiredThe ID used by the billing provider to identify the account.
createTime
string
The time the billing account was created.
updateTime
string
The time the billing account was last updated.
Was this page helpful?