GET
/
auth
/
roles
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "scopes": [
      "<string>"
    ],
    "predefined": true
  }
]

Authorizations

X-API-KEY
string
header
required

Response

200 - application/json
Successful Response
id
string
required
name
string
required
description
string
required
scopes
string[]
required
predefined
boolean
default:
true