---
title: "Get auto top-up settings"
method: GET
path: "/billing/auto-topup"
tags: ["Billing"]
---

# Get auto top-up settings

`GET /billing/auto-topup`

Returns the org's automatic balance reload threshold and target.

## Response `200`

OK

- GithubComActiveloopaiDeeplakeApiInternalBillingAutoTopUpConfig
  - `consecutive_failures` integer
  - `created_at` string
  - `enabled` boolean
  - `has_payment_method` boolean
  - `id` string
  - `last_attempt_at` string
  - `last_charge_at` string
  - `last_charge_cents` integer
  - `last_failure_at` string
  - `last_failure_reason` string
  - `org_id` string
  - `target_cents` integer
  - `threshold_cents` integer
  - `updated_at` string

## Other responses

- `401` — Unauthorized

---

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