Skip to main content
POST
Check permission

Authorizations

api_access_token
string
header
required

API access token authentication

Headers

account-id
string<uuid>

Account ID for account-scoped check

Body

application/json
permission_key
string
required

The permission key to check

Example:

"users.read"

Response

Permission check result

success
boolean
Example:

true

data
object
meta
object
message
string

Success message

Example:

"Permission check completed"