Skip to main content

Get cloud plans

GET 

https://app.tolgee.io/v2/organizations/:organizationId/billing/plans

Returns list of available cloud plans for specific organization.)

Request

Path Parameters

    organizationId int64required

Responses

OK

Schema
    _embedded object
    plans object[]
  • Array [
  • enabledFeaturesstring[]required

    Possible values: [GRANULAR_PERMISSIONS, PRIORITIZED_FEATURE_REQUESTS, PREMIUM_SUPPORT, DEDICATED_SLACK_CHANNEL, ASSISTED_UPDATES, DEPLOYMENT_ASSISTANCE, BACKUP_CONFIGURATION, TEAM_TRAINING, ACCOUNT_MANAGER, STANDARD_SUPPORT, PROJECT_LEVEL_CONTENT_STORAGES, WEBHOOKS, MULTIPLE_CONTENT_DELIVERY_CONFIGS, AI_PROMPT_CUSTOMIZATION, SLACK_INTEGRATION, TASKS, SSO, ORDER_TRANSLATION]

    freebooleanrequired
    hasYearlyPricebooleanrequired
    idint64required
    includedUsage objectrequired
    mtCreditsint64required
    seatsint64required
    translationSlotsint64required
    translationsint64required
    namestringrequired
    nonCommercialbooleanrequired
    prices objectrequired
    perSeatnumberrequired
    perThousandMtCreditsnumber
    perThousandTranslationsnumber
    subscriptionMonthlynumberrequired
    subscriptionYearlynumberrequired
    publicbooleanrequired
    typestringrequired

    Possible values: [PAY_AS_YOU_GO, FIXED, SLOTS_FIXED]

  • ]

Authorization: http

name: JwtTokentype: httpscheme: bearerbearerFormat: JWT
var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "https://app.tolgee.io/v2/organizations/:organizationId/billing/plans");
request.Headers.Add("Accept", "application/json");
request.Headers.Add("Authorization", "Bearer <token>");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
Request Collapse all
Base URL
https://app.tolgee.io
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!