curl --request GET \
--url https://demo.komga.org/api/v1/readlists/{id} \
--header 'Authorization: Basic <encoded-value>'{
"bookIds": [
"<string>"
],
"createdDate": "2023-11-07T05:31:56Z",
"filtered": true,
"id": "<string>",
"lastModifiedDate": "2023-11-07T05:31:56Z",
"name": "<string>",
"ordered": true,
"summary": "<string>"
}curl --request GET \
--url https://demo.komga.org/api/v1/readlists/{id} \
--header 'Authorization: Basic <encoded-value>'{
"bookIds": [
"<string>"
],
"createdDate": "2023-11-07T05:31:56Z",
"filtered": true,
"id": "<string>",
"lastModifiedDate": "2023-11-07T05:31:56Z",
"name": "<string>",
"ordered": true,
"summary": "<string>"
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.