The full permission catalog (static). Drives the role editor's permission picker.
GET
Secret API key operationId: catalog/v1/roles/permissions Authorization
Server-to-server. Send a secret key as a Bearer token plus the x-application-id header.
Responses
200 Permission catalog
{
"data": [
{
"description": "string",
"key": "string"
}
],
"error": {
"code": "string",
"message": "string"
},
"meta": {
"timestamp": "string"
},
"success": false
}Request
curl -X GET "http://localhost:8080/v1/roles/permissions" \Try it
live requestGET
http://localhost:8080/v1/roles/permissions