cURL
curl --request GET \ --url https://api.bland.ai/v1/orgs/{org_id}/billing \ --header 'authorization: <authorization>'
{ "data": { "current_balance": 20.711, "refill_amount": null, "refill_at": null }, "errors": null }
Retrieve the current billing details for an organization.
null