Get Location Subscription Details
GET/saas/get-saas-subscription/:locationId
Fetch subscription details for a specific location from location metadata
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
companyId stringrequired
Subscription details for the sub-account.
- application/json
- Schema
- Example (auto)
Schema
locationIdstringrequired
Location ID
isSaaSV2booleanrequired
Indicates if the SaaS is V2
companyIdstringrequired
Company ID
saasModestring
SaaS mode
subscriptionIdstring
Subscription ID
customerIdstring
Customer ID
productIdstring
Product ID
priceIdstring
Price ID
saasPlanIdstring
SaaS plan ID
subscriptionStatusstring
Subscription status
{
"locationId": "locationId1",
"isSaaSV2": true,
"companyId": "companyId1",
"saasMode": "saasV2",
"subscriptionId": "subscriptionId1",
"customerId": "customerId1",
"productId": "productId1",
"priceId": "priceId1",
"saasPlanId": "saasPlanId1",
"subscriptionStatus": "active"
}