cURL
curl --request GET \ --url http://127.0.0.1:3333/v3/billing/balance \ --header 'Authorization: Bearer <token>'
{ "credits": 123, "currency": "<string>", "wallet": { "total": 123, "recurring": 123, "purchased": 123 }, "addons": { "seats": { "total": 123, "used": 123 }, "storage": { "total": 123, "used": 123 } }, "workspaceId": "<string>", "billingHold": true, "billingHoldReason": "<string>", "billingHoldAt": "<string>", "creditDebt": 123 }
Get workspace billing balance and addons.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
Show child attributes