Skip to main content
GET
/
billing
/
balance
Get wallet balance and payment method flag
curl --request GET \
  --url https://api.getovra.com/billing/balance \
  --header 'Authorization: Bearer <token>'
{
  "balanceEuros": 123,
  "hasPaymentMethod": true
}

Authorizations

Authorization
string
header
required

API key (sk_...) or Agent token (at_...)

Response

Current wallet balance

balanceEuros
number
required
hasPaymentMethod
boolean
required