Billing
Entitlements preview
Placeholder for tenant entitlements from GET /v1/entitlements. Sign-in will supply an access token later.
{
"plan": "free",
"features": [
{
"feature": "free_plan",
"active": true,
"limits": {
"maxProperties": 3,
"maxContactPoints": 10,
"maxCallsPerMonth": 100
}
}
]
}