Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
Mirrored list of decisions
- object
- object[]
true → allow, false → deny
Used to evaluate a access decision request. Each request contains one subject-action-resource tuple to determine whether access is permitted or denied.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Mirrored list of decisions
true → allow, false → deny