Skip to content

Authenticate KoSync user

POST
/kosync/users/auth

Authenticate a KOReader device for reading progress sync. Validates against configured KoSync credentials.

Request Body

application/json
JSON
{
  
"username": "string",
  
"password": "string"
}

Responses

Authentication successful

application/json
JSON
{
  
"authorized": "string"
}

Samples