curl --request GET \
--url http://localhost/api/api/permissions/{id} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"action": "<string>",
"resource": "<string>"
}curl --request GET \
--url http://localhost/api/api/permissions/{id} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"action": "<string>",
"resource": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt
Use this file to discover all available pages before exploring further.
JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this permission.