curl --request GET \
--url https://api.bland.ai/v1/orgs/{org_id}/billing/refill \
--header 'authorization: <authorization>'{
"data": 50.00,
"errors": null
}
Retrieve the recharge amount for an organization’s billing.
curl --request GET \
--url https://api.bland.ai/v1/orgs/{org_id}/billing/refill \
--header 'authorization: <authorization>'{
"data": 50.00,
"errors": null
}
Documentation Index
Fetch the complete documentation index at: https://blandai-feat-quickstart-rewrite.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
null if refilling is not enabled.null on success.{
"data": 50.00,
"errors": null
}
Was this page helpful?