Skip to main content
Version: v3

Get SaaS Plan

GET 

/saas/saas-plan/:planId

Fetch a specific SaaS plan by plan ID

Request

Version stringrequired

API Version

Available optionsv3
planId stringrequired
companyId stringrequired
application/json

The requested SaaS plan.

Schema
    planIdstringrequired

    Unique identifier for the SaaS plan

    companyIdstringrequired

    Company ID associated with the SaaS plan

    titlestringrequired

    Title of the SaaS plan

    descriptionstringrequired

    Description of the SaaS plan

    saasProductsstring[]required

    Array of SaaS products included in the plan

    featuresstring[]

    Array of v2 feature-permission feature IDs included in the plan. This is the v2-native representation of the plan entitlements (the successor to saasProducts); the two are kept in sync via the plan create/update dual-write.

    addOnsstring[]

    Array of add-ons included in the plan

    planLevelnumberrequired

    Level of the plan (0-4)

    trialPeriodnumberrequired

    Trial period in days

    setupFeenumber

    Setup fee for the plan

    userLimitnumber

    User limit for the plan

    contactLimitnumber

    Contact limit for the plan

    pricesobject[]required

    Prices for the plan

    categoryIdstring

    Category ID for the plan

    snapshotIdstring

    Snapshot ID for the plan

    providerLocationIdstring

    Provider location ID

    productIdstring

    Product ID for the plan

    isSaaSV2booleanrequired

    Indicates if this is a SaaS V2 plan

    createdAtstring<date-time>required

    Creation timestamp

    updatedAtstring<date-time>required

    Last update timestamp