Get SaaS Plan
GET/saas/saas-plan/:planId
Fetch a specific SaaS plan by plan ID
Request
API Version
v3The requested SaaS plan.
- application/json
- Schema
- Example (auto)
Schema
Unique identifier for the SaaS plan
Company ID associated with the SaaS plan
Title of the SaaS plan
Description of the SaaS 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
Setup fee for the plan
User limit for the plan
Contact limit for the plan
Prices for the plan
Category ID for the plan
Snapshot ID for the plan
Provider location ID
Product ID for the plan
Indicates if this is a SaaS V2 plan
Creation timestamp
Last update timestamp
{
"planId": "66c4d36534f21f900dc2a265",
"companyId": "66c4d36534f21f900dc2a265",
"title": "AED 1.5 changed",
"description": "AED 1.5",
"saasProducts": [
"2-way-text-messaging",
"gmb-messaging",
"web-chat"
],
"features": [
"contacts-conversations",
"web-chat",
"workflows"
],
"addOns": [
"YEXT_V2",
"WHATSAPP_V1",
"WORDPRESS_V1",
"AI_EMPLOYEE",
"Ad_Publishing_Connect_Your_BM"
],
"planLevel": 0,
"trialPeriod": 16,
"setupFee": 100,
"userLimit": 50,
"contactLimit": 50,
"prices": [
{
"id": "66a9edbfcc6c505a22db7976",
"billingInterval": "month",
"active": true,
"amount": 150,
"currency": "AED",
"symbol": "$"
}
],
"categoryId": "66911cdc98508ec2731979b9",
"snapshotId": "G8KmpIeLnZc7ZMoJoxDx",
"providerLocationId": "r06mdj4OrrERzYDvsOdh",
"productId": "66a9edbfcc6c5090bedb7974",
"isSaaSV2": true,
"createdAt": "2024-07-31T07:54:41.885Z",
"updatedAt": "2025-04-01T12:27:29.167Z"
}