Billing

Get billing

Retrieve wallet balance, current plan, currency, and auto top-up settings.

GET
/billing

Retrieve wallet balance, current plan, currency, and auto top-up settings.

Authorization

ApiKeyAuth
X-API-Key<token>

Voice platform authentication secret. Create one from the API Keys endpoint or your dashboard.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/billing"
{  "walletBalancePaise": 500000,  "currency": "INR",  "currentPlan": "growth",  "autoTopupEnabled": true,  "lowBalanceThresholdPaise": 50000}
{  "statusCode": 401,  "message": "Unauthorized",  "error": "Unauthorized"}