GET /account/billing/auto-recharge

Get your automatic credit recharge settings.

MethodPath
GET/v1/account/billing/auto-recharge

An account without saved settings returns disabled defaults and no card. No payment-method identifier or card details are exposed.

curl "https://api.ellipsis.dev/v1/account/billing/auto-recharge" \
  -H "Authorization: Bearer $ELLIPSIS_API_KEY"

Request

Response

Example response · 200
{
"amount_cents": 0,
"consecutive_failures": 0,
"enabled": false,
"has_card": false,
"last_attempted_at": "2026-01-01T00:00:00Z",
"min_threshold_cents": 0,
"threshold_cents": 0
}

On this page

No Headings
Schedule a demo