---
title: "Read the org's auto-recharge policy"
method: GET
path: "/v1/orgs/{orgId}/billing/auto-recharge"
tags: ["Billing"]
---

# Read the org's auto-recharge policy

`GET /v1/orgs/{orgId}/billing/auto-recharge`

## Path parameters

- `orgId` string, required

## Response `200`

Current settings (defaults when never set)

- AutoRechargeSettings
  - `amountCents` integer, required — Amount charged per auto-recharge (within deposit bounds $10–$500).
  - `enabled` boolean, required — When on, the balance is topped up automatically below the threshold.
  - `thresholdCents` integer, required — Recharge fires when available balance drops below this.

## Other responses

- `401` — Missing or invalid API key
- `403` — API key lacks the required scope

---

[API](https://skmtc.net/openrelay/apis/openrelay-api.md) · [All operations](https://skmtc.net/openrelay/apis/openrelay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openrelay/openrelay-api/versions/32905b8f44f8/schema)
