Read the application's authorization model.
GET
End-user session operationId: get_model/v1/authz/model Authorization
Called from the browser with the publishable application id (x-application-id); the access token lives in memory.
Responses
200 Authorization model
{
"data": {},
"error": {
"code": "string",
"message": "string"
},
"meta": {
"timestamp": "string"
},
"success": false
}Request
curl -X GET "http://localhost:8080/v1/authz/model" \Try it
live requestGET
http://localhost:8080/v1/authz/model