Check API

Determines whether or not an actor can take an action on a resource, based on a combination of authorization data and policy logic.

post/authorize

Request body

actor_typestring required
actor_idstring required
actionstring required
resource_typestring required
resource_idstring required

Response

allowedboolean required

Changes