Skip to main content

Get active subscription

cloud
GET 

/v2/organizations/:organizationId/billing/subscription

Get active subscription

Request

Path Parameters

    organizationId int64required

Responses

OK

Schema
    organizationId int64required
    plan objectrequired
    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
    currentPeriodStart int64
    currentPeriodEnd int64
    currentBillingPeriod string

    Possible values: [MONTHLY, YEARLY]

    cancelAtPeriodEnd booleanrequired
    estimatedCosts number
    createdAt int64required
Loading...