Account
Account Details
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
Voices
Custom Tools
Web Agents
Custom Twilio Accounts
Batches
SMS
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
Account
Account Details
Returns call data for your account.
GET
/
v1
/
me
curl --request GET \
--url https://api.bland.ai/v1/me \
--header 'authorization: <authorization>'
{
"status": "active",
"billing": {
"current_balance": 99919.1210000034,
"refill_to": null
},
"total_calls": 9903
}
Headers
Your API key for authentication.
Response
An object containing your billing data.
Contains current_balance
(number of credits), and refill_to
if you have auto refill enabled.
The status of your account.
The total number of calls you’ve made.
{
"status": "active",
"billing": {
"current_balance": 99919.1210000034,
"refill_to": null
},
"total_calls": 9903
}
curl --request GET \
--url https://api.bland.ai/v1/me \
--header 'authorization: <authorization>'
{
"status": "active",
"billing": {
"current_balance": 99919.1210000034,
"refill_to": null
},
"total_calls": 9903
}