Skip to content

Issue an app password

POST
/api/app-passwords

Create a credential for an e-reader, OPDS client or script. The plaintext is in the response and is never retrievable again — show it to the user immediately.

Request Body

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

Responses

The new app password, including its plaintext

application/json
JSON
{
  
"id": "string",
  
"name": "string",
  
"start": "string",
  
"enabled": true,
  
"createdAt": "string",
  
"lastRequest": "string",
  
"key": "string"
}

Samples