Skip to content

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
string
Required
Valid values
"opds""kosync""hardcover"

Responses

Credential status

application/json
JSON
{
  
"configured": true,
  
"service": "string",
  
"username": "string",
  
"createdAt": "string",
  
"updatedAt": "string"
}

Samples