---
title: "SudoGrantTrialCredits grants additional trial credits to an organization on the credit-based trial plan."
method: POST
path: "/v1/superuser/organization/trial/grant-credits"
---

# SudoGrantTrialCredits grants additional trial credits to an organization on the credit-based trial plan.

`POST /v1/superuser/organization/trial/grant-credits`

## Request body

- V1SudoGrantTrialCreditsRequest
  - `amountUsd` number, double — Amount of trial credits to grant in USD.
  - `description` string — Optional human-readable reason for the grant.
  - `org` string

## Response `200`

A successful response.

- V1SudoGrantTrialCreditsResponse
  - `grantedUsd` number, double — The grant amount actually applied, in USD.

## Other responses

- `default` — An unexpected error response.

---

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