---
title: "GetAutoTopupSettings"
method: POST
path: "/gitpod.v1.BillingService/GetAutoTopupSettings"
tags: ["gitpod.v1.BillingService"]
---

# GetAutoTopupSettings

`POST /gitpod.v1.BillingService/GetAutoTopupSettings`

Retrieves auto-topup settings for an organization.

## Request body

- GitpodV1GetAutoTopupSettingsRequest
  - `organizationId` string, uuid, required — organization_id is the ID of the organization to get auto-topup settings for

## Response `200`

Success

- GitpodV1GetAutoTopupSettingsResponse
  - `settings` GitpodV1AutoTopupSettings — AutoTopupSettings configures automatic credit top-ups for an organization.
    - `amountCredits` number, double — OCU amount per top-up. Must be one of: 40, 100, 200, 400, 1000.
    - `enabled` boolean — Whether auto-topup is enabled.
    - `maxDailyTopups` integer — Maximum number of automatic top-ups per day (safety cap, 0 means no cap).

## Other responses

- `default` — Error

---

[API](https://skmtc.net/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.net/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/versions/44d50c2ac284/schema)
