---
title: "Put Auto Topup"
method: PUT
path: "/api/billing/auto-topup"
tags: ["billing"]
---

# Put Auto Topup

`PUT /api/billing/auto-topup`

## Request body

- AutoTopupBody
  - `orgId` string, required
  - `enabled` boolean, required
  - `thresholdCents` integer, nullable
  - `amountCents` integer, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/freesolo/apis/platform-backend.md) · [All operations](https://skmtc.dev/freesolo/apis/platform-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/freesolo/platform-backend/revisions/5626e92675af/schema)
