Appearance
Check service credentials
GET
/api/credentials/{service}
Check whether credentials are configured for a service (opds or kosync). Returns the username and timestamps if configured.
Parameters
Path Parameters
service*
Type
Requiredstring
Valid values
"opds""kosync""hardcover"Responses
Credential status
application/json
JSON "configured": true, "service": "string", "username": "string", "createdAt": "string", "updatedAt": "string"
{
}
GET
/api/credentials/{service}