PlanFeatures
Features included in a subscription plan.
api_callsApi Calls (string)required
geofencesGeofences (string)required
webhooksWebhooks (string)required
test_pointsTest Points (string)required
supportSupport (string)required
custom_domains object
anyOf
- string
- null
string
sla object
anyOf
- string
- null
string
feature_liststring[]
Feature list from model
PlanFeatures
{
"api_calls": "string",
"geofences": "string",
"webhooks": "string",
"test_points": "string",
"support": "string",
"custom_domains": "string",
"sla": "string",
"feature_list": [
"string"
]
}