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
}
Returns call data for your account.
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
}
current_balance
(number of credits), and refill_to
if you have auto refill enabled.{
"status": "active",
"billing": {
"current_balance": 99919.1210000034,
"refill_to": null
},
"total_calls": 9903
}