post https://authorizer.prod.aserto.com/api/v2/authz/is
Determines if identity context is authorized to access the resource guarded by the given policy.
Log in to see full request history
Responses
Determines if identity context is authorized to access the resource guarded by the given policy.
xxxxxxxxxx
11curl --request POST \
--url https://authorizer.prod.aserto.com/api/v2/authz/is \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"identity_context": {
"type": "IDENTITY_TYPE_UNKNOWN"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: