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
    cancelAtPeriodEnd booleanrequired
    createdAt int64required
    currentBillingPeriod string

    Possible values: [MONTHLY, YEARLY]

    currentPeriodEnd int64
    currentPeriodStart int64
    estimatedCosts number
    organizationId int64required
    plan objectrequired
    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]

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

    Possible values: [PAY_AS_YOU_GO, FIXED, SLOTS_FIXED]

Loading...