Get Agency Plans
GET/saas/agency-plans/:companyId
Fetch all agency subscription plans for a given company ID
Request
API Version
v3List of agency subscription plans for the company.
- application/json
- Schema
- Example (auto)
Schema
- Array [
- ]
Unique identifier for the plan
Title of the plan
Description of the plan
Array of SaaS products included in the plan
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.
Array of add-ons included in the plan
Level of the plan (0-4)
Trial period in days
User limit for the plan
Contact limit for the plan
Pricing information for the plan
Category ID for the plan
Snapshot ID for the plan
Product ID for the plan
Indicates if this is a SaaS V2 plan
Provider location ID
Creation timestamp
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"
],
"features": [
"contacts-conversations",
"web-chat",
"workflows"
],
"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"
}
]