v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Get List of Permissions

List all permissions that ara available to use in role assignments

get/permissions/

Response

200

countinteger
nextstring
{"stackTrail":"paths:/permissions/:get:responses:200:content:application/json:schema:properties:previous","oasType":"schema","type":"unknown"}

Example response

{
  "count": 50,
  "next": "https://cf-blast-dig.livelikecdn.com/api/v1/permissions/?page=2",
  "results": [
    {
      "id": "761899f6-2f1f-4c3d-8ee5-21daf29dab96",
      "url": "https://cf-blast-dig.livelikecdn.com/api/v1/rbac/permissions/761899f6-2f1f-4c3d-8ee5-21daf29dab96/",
      "name": "Change Profile Custom Data",
      "key": "change-profile-custom-data",
      "created_at": "2023-12-29T00:15:49.136000Z"
    }
  ]
}