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

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Path Parameters

id
integer
required

A unique integer value identifying this permission.

Response

200 - application/json
id
integer
required
action
string
Maximum length: 255
resource
string
Maximum length: 255