Skip to main content

Get all public plans

GET 

/v2/public/billing/plans

Get all public plans

Responses

OK

Schema
    _embedded object
    plans object[]
  • Array [
  • id int64required
    name stringrequired
    free booleanrequired
    enabledFeatures string[]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]

    type stringrequired

    Possible values: [PAY_AS_YOU_GO, FIXED, SLOTS_FIXED]

    prices objectrequired
    perSeat numberrequired
    perThousandTranslations number
    perThousandMtCredits number
    subscriptionMonthly numberrequired
    subscriptionYearly numberrequired
    includedUsage objectrequired
    seats int64required
    translationSlots int64required
    translations int64required
    mtCredits int64required
    hasYearlyPrice booleanrequired
    public booleanrequired
  • ]
Loading...