---
title: "Get Auto Recharge"
method: GET
path: "/v0/billing/auto-recharge"
tags: ["Billing"]
---

# Get Auto Recharge

`GET /v0/billing/auto-recharge`

Return auto-recharge settings **and** eligibility in a single call.

The response includes:
- Current settings (``enabled``, ``threshold``, ``qty``).
- Eligibility data (``eligible``, ``total_spending``,
  ``minimum_spend_required``, ``remaining_spend_needed``).

Context (personal vs org) is derived from the API key.

## Response `200`

Auto-recharge settings and eligibility

- AutoRechargeResponse — Combined auto-recharge settings and eligibility. Returned by ``GET /billing/auto-recharge``.
  - `enabled` boolean
  - `threshold` number
  - `qty` number
  - `min_recharge_amount` number
  - `eligible` boolean
  - `total_spending` number
  - `minimum_spend_required` number
  - `remaining_spend_needed` number
  - `has_payment_method` boolean
  - `blocked_reason` string, nullable

## Other responses

- `400` — Billing not set up

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/revisions/900377f918b6/schema)
