Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Path Parameters

feature
enum<string>
required

Feature to check access for

Available options:
audit_logs

Response

200 - application/json

OK

Access decision for a plan-gated feature

feature
enum<string>
required

Feature name for plan-based access checks

Available options:
audit_logs
enabled
boolean
required

Whether the feature is available on the current plan

currentTier
enum<string>
required

The caller's current tier

Available options:
free,
starter,
growth,
enterprise
requiredTier
enum<string> | null
required

Lowest tier that unlocks the feature; null if already enabled

Available options:
free,
starter,
growth,
enterprise
upgradeUrl
string | null
required

Relative URL to the upgrade path; null if already enabled