Plan Tiers
Check feature access
Check if a specific feature is accessible for the current organization. Returns whether access is allowed and the reason if denied. For limited features, also returns current usage and limit.
POST
Check feature access
Authorizations
WorkOS JWT token. Obtain via WorkOS AuthKit authentication flow. The token must include organization_id claim for organization-scoped endpoints.
Body
application/json
Response
OK
Result of checking feature access for an organization
Whether access to the feature is allowed
Reason if access is denied
Current usage count for limited features
Required range:
-9007199254740991 <= x <= 9007199254740991Maximum allowed for limited features
Required range:
-9007199254740991 <= x <= 9007199254740991Check feature access

