Skip to main content

Get self-hosted EE subscriptions

cloud
GET 

/v2/organizations/:organizationId/billing/self-hosted-ee/subscriptions

Get self-hosted EE subscriptions

Request

Path Parameters

    organizationId int64required

Responses

OK

Schema
    _embedded object
    subscriptions object[]
  • Array [
  • id int64required
    currentPeriodStart int64
    currentPeriodEnd int64
    currentBillingPeriod stringrequired

    Possible values: [MONTHLY, YEARLY]

    createdAt int64required
    plan objectrequired
    id int64required
    name stringrequired
    public 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, SLACK_INTEGRATION, TASKS, SSO, ORDER_TRANSLATION]

    prices objectrequired
    perSeat numberrequired
    perThousandTranslations number
    perThousandMtCredits number
    subscriptionMonthly numberrequired
    subscriptionYearly numberrequired
    includedUsage objectrequired
    seats int64required
    translationSlots int64required
    translations int64required
    mtCredits int64required
    hasYearlyPrice booleanrequired
    free booleanrequired
    nonCommercial booleanrequired
    status stringrequired

    Possible values: [ACTIVE, CANCELED, PAST_DUE, UNPAID, ERROR, KEY_USED_BY_ANOTHER_INSTANCE]

    licenseKey string
    estimatedCosts number
  • ]
Loading...