post https://authorizer.prod.aserto.com/api/v2/authz/decisiontree
Returns decision tree for given identity context.
Log in to see full request history
Responses
Returns decision tree for given identity context.
xxxxxxxxxx
14curl --request POST \
--url https://authorizer.prod.aserto.com/api/v2/authz/decisiontree \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"identity_context": {
"type": "IDENTITY_TYPE_UNKNOWN"
},
"options": {
"path_separator": "PATH_SEPARATOR_UNKNOWN"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: