Printago API
GET /v1/api-keys/{id}/roles

Get API key roles

Get assigned role IDs for an API key

Requires: apiKey.view

Path Parameters

id required
string
The API key's unique identifier

Response Schema

Response
value
string[]

Example Response

200 OK — application/json
[
  "string"
]