Skip to main content
GET
/
api
/
v1
/
login
/
set-cookie
Set cookie
curl --request GET \
  --url https://demo.komga.org/api/v1/login/set-cookie \
  --header 'Authorization: Basic <encoded-value>'
{
  "violations": [
    {
      "fieldName": "<string>",
      "message": "<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

No Content