Reference / Authz

Read the application's authorization model.

GET /v1/authz/model
End-user session operationId: get_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 request
GET http://localhost:8080/v1/authz/model