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 options
2021-04-15companyId stringrequired
Company ID to get agency plans for
Agency plans retrieved successfully
- application/json
- Schema
- Example (auto)
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
[
{
"planId": "66c4d36534f21f900dc2a265",
"title": "AED 1.5 changed",
"description": "AED 1.5",
"saasProducts": [
"2-way-text-messaging",
"gmb-messaging",
"web-chat",
"reputation-management"
],
"addOns": [
"CONVERSATIONS_AI",
"CP_BRANDED_APP_49",
"WORDPRESS_V1"
],
"planLevel": 0,
"trialPeriod": 16,
"userLimit": 50,
"contactLimit": 50,
"prices": [
{
"id": "66a9edbfcc6c505a22db7976",
"billingInterval": "month",
"active": true,
"amount": 150,
"currency": "AED",
"symbol": "$"
}
],
"categoryId": "66911cdc98508ec2731979b9",
"snapshotId": "G8KmpIeLnZc7ZMoJoxDx",
"productId": "66a9edbfcc6c5090bedb7974",
"isSaaSV2": true,
"providerLocationId": "r06mdj4OrrERzYDvsOdh",
"createdAt": "2024-07-31T07:54:41.885Z",
"updatedAt": "2025-04-01T12:27:29.167Z"
}
]