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
}
null
if refilling is not enabled.null
on success.{
"data": 50.00,
"errors": null
}
Was this page helpful?