Skip to main content
GET
/
api
/
permissions
/
{id}
Retrieve a single permission by id
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.

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
read-only
action
string
Maximum string length: 255
resource
string
Maximum string length: 255