v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
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.

    organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
    creditsAmount: 80.0
    
post/gitpod.v1.BillingService/GrantCredits

Request body

creditsAmountnumber double required

credits_amount is the amount of credits to grant (must be >= 40)

organizationIdstring uuid required

organization_id is the ID of the organization to grant credits to

Response

Success

GitpodV1GrantCreditsResponse required