Skip to main content
GET
/
api
/
v1
/
authors
/
roles
List authors' roles
curl --request GET \
  --url https://demo.komga.org/api/v1/authors/roles \
  --header 'Authorization: Basic <encoded-value>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

OK