Skip to main content
Version: 2021-04-15

Get Agency Plans

GET 

/saas-api/public-api/agency-plans/:companyId

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Fetch all agency subscription plans for a given company ID

Request

Version stringrequired

API Version

Available options2021-04-15
companyId stringrequired

Company ID to get agency plans for

application/json

Agency plans retrieved successfully

Schema
  • Array [
  • planIdstringrequired

    Unique identifier for the plan

    titlestringrequired

    Title of the plan

    descriptionstringrequired

    Description of the plan

    saasProductsstring[]required

    Array of SaaS products included in the plan

    addOnsstring[]

    Array of add-ons included in the plan

    planLevelnumberrequired

    Level of the plan (0-4)

    trialPeriodnumberrequired

    Trial period in days

    userLimitnumber

    User limit for the plan

    contactLimitnumber

    Contact limit for the plan

    pricesobject[]required

    Pricing information for the plan

    categoryIdstring

    Category ID for the plan

    snapshotIdstring

    Snapshot ID for the plan

    productIdstring

    Product ID for the plan

    isSaaSV2booleanrequired

    Indicates if this is a SaaS V2 plan

    providerLocationIdstring

    Provider location ID

    createdAtstringrequired

    Creation timestamp

    updatedAtstringrequired

    Last update timestamp

  • ]