cURL
curl --request GET \ --url https://api.example.com/api/permissions/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "action": "<string>", "resource": "<string>" }
JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this permission.
255