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

# GrantCredits

`POST /gitpod.v1.BillingService/GrantCredits`

Grants additional credits to an organization.

 Use this method to:
 - Grant credits to existing customers
 - Add promotional credits
 - Provide customer service credits

 ### Examples

 - Grant credits:

   Grants 80 credits to the organization for one year.

   ```yaml
   organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
   creditsAmount: 80.0
   ```

## Request body

- GitpodV1GrantCreditsRequest
  - `creditsAmount` number, double, required — credits_amount is the amount of credits to grant (must be >= 40)
  - `organizationId` string, uuid, required — organization_id is the ID of the organization to grant credits to

## Response `200`

Success

- GitpodV1GrantCreditsResponse

## 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/revisions/44d50c2ac284/schema)
