Skip to content

Get settings

GET
/api/settings

Return current library and inbox path settings

Responses

Current settings

application/json
JSON
{
  
"libraryPath": "string",
  
"inboxPath": "string",
  
"kosyncConfigured": true,
  
"hardcoverMetadataEnabled": true,
  
"hardcoverSyncEnabled": true
}

Samples