GET
/
orgs
/
{orgId}
/
billingAccount
curl --request GET \
  --url https://api.withampersand.com/v1/orgs/{orgId}/billingAccount \
  --header 'X-Api-Key: <api-key>'
{
  "id": "billing-account-123",
  "displayName": "Acme Inc",
  "billingProvider": "stripe",
  "billingProviderRef": "acct_1J2k3l4m5n6o7p8q9r0s",
  "createTime": "2023-11-07T05:31:56Z",
  "updateTime": "2023-11-07T05:31:56Z"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

orgId
string
required

ID of the organization.

Response

200
application/json
Billing account

The response is of type object.