Printago API
GET /v1/roles

GET /v1/roles

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "id": "string",
    "name": "string",
    "isSystem": true
  }
]