Skip to main content
GET
/
api
/
permissions
[
  {
    "results": [
      {
        "resource": "<string>",
        "actions": [
          {
            "id": 123,
            "action": "<string>",
            "resource": "<string>",
            "label": "<string>"
          }
        ]
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Response

200 - application/json

Successful Response

results
object[]
required