cURL
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" }
ID of the organization.
Billing account
The response is of type object.
object
Was this page helpful?