Reference / Roles

The full permission catalog (static). Drives the role editor's permission picker.

GET /v1/roles/permissions
Secret API key operationId: catalog

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 request
GET http://localhost:8080/v1/roles/permissions