Calls
Intelligence
Conversational Pathways
- GETGet All Pathways Information
- GETGet Single Pathway Information
- POSTCreate Pathway
- POSTUpdate Pathway
- DELDelete Pathway
- Pathway Chat
- Pathway Versions
- Pathway Folders
Vector Knowledge Bases
Blocked Numbers
Voices
Custom Tools
Web Agents
Custom Twilio Accounts
Account
Organizations
- POSTCreate Organization
- DELDelete Organization
- GETGet Organization
- GETGet Organization Members
- GETGet Organization's Current Service Version
- GETList Organization's Service Versions
- PATCHUpdate Organization's Service Version
- PATCHUpdate Organization Members
- PATCHUpdate Organization Member Permissions
- PATCHUpdate Organization Properties
- GETGet User Organization Memberships
- DELLeave Organization
- GETGet Organization Billing Information
- GETGet Organization Billing Refill Information
SMS
Organizations
Get Organization Billing Refill Information
Retrieve the recharge amount for an organization’s billing.
GET
/
v1
/
orgs
/
{org_id}
/
billing
/
refill
Copy
Ask AI
curl --request GET \
--url https://api.bland.ai/v1/orgs/{org_id}/billing/refill \
--header 'authorization: <authorization>'
Copy
Ask AI
{
"data": 50.00,
"errors": null
}
Headers
Your API key for authentication.
Path Parameters
The unique identifier of the organization.
Response
The amount to which the balance will be recharged, or null
if refilling is not enabled.
Always null
on success.
Copy
Ask AI
{
"data": 50.00,
"errors": null
}
Copy
Ask AI
curl --request GET \
--url https://api.bland.ai/v1/orgs/{org_id}/billing/refill \
--header 'authorization: <authorization>'
Copy
Ask AI
{
"data": 50.00,
"errors": null
}
Assistant
Responses are generated using AI and may contain mistakes.