GET
/
billing
/
balance
/
auto-top-up
Get Auto Top Up Status
curl --request GET \
  --url https://api.contextual.ai/v1/billing/balance/auto-top-up \
  --header 'Authorization: Bearer <token>'
{
  "enabled": true,
  "amount": 123,
  "balance_threshold": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

Response to GET /billing/balance/auto-top-up request