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

series_id
string
readlist_id
string
library_id
string[]

Response

OK