Skip to main content
GET
/
api
/
v1
/
authors
/
names
List authors' names
curl --request GET \
  --url https://demo.komga.org/api/v1/authors/names \
  --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.

Query Parameters

Response

OK