/authorization
Mount Point: /pdp/v1/authorization/
POST
Request a policy decision.
Parameters
| name | description | type | default | 
|---|---|---|---|
| traceEnabled | true if the results should include a decision trace. | query | |
| sandbox | The name of a sandbox in which to evaluate the request, or null if the request should not be evaluated in a sandbox. | matrix | 
Request Body
| element: | Request | 
| media types: | text/xml | 
The XACML request of type com.unboundid.broker.models.policy.XACMLRequest.
Response Body
| result: | Response | 
| media types: | text/xml | 
The XACML response of type com.unboundid.broker.models.policy.XACMLResponse.
Status Codes
| code | description | 
|---|---|
| 400 | Bad Request | 
| 401 | UnAuthorized | 
| 403 | Forbidden |