REFERENCE
Licensing API
Inspect effective entitlements and manage governed tenant licensing.
Last updated July 17, 2026 · 6 min read#Entitlement model
Effective access composes the tenant license, plan entitlements, explicit overrides, seat assignments and user permissions. A licensed capability can still be unavailable to a user who lacks the matching permission.
#Read effective access
bash
curl "$CLARIO_BASE_URL/api/v1/entitlements/me" \
-H "Authorization: Bearer $ACCESS_TOKEN"#Administrative changes
Privileged API
License assignment and reconciliation endpoints require platform administration permissions and write immutable audit events.
Was this page helpful?