Skip to main content
POST
Simulate an access decision.
Useful for debugging access control policies without making actual changes.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
action
string
required
resource
string
required
principal
string | null

Response

200 - application/json

Simulation result

action
string
required
allowed
boolean
required
principal
string
required
reason
string
required
resource
string
required