Skip to content

Stored only in your browser. Get one under Tokens.

Get list of accounts

GET
/auth/accounts

Get list of accounts

Authorizations

ApiKeyAuth
Type
API Key (header: Authorization)

Responses

OK

application/json
JSON
[
  
{
  
  
"challenge": "string",
  
  
"email": "string",
  
  
"nick": "string",
  
  
"password": "string",
  
  
"password_bcrypt": "string",
  
  
"password_scrypt": "string",
  
  
"prn": "string",
  
  
"redirect_uris": [
  
  
  
"string"
  
  
],
  
  
"time-created": "string",
  
  
"time-modified": "string",
  
  
"type": "string"
  
}
]

Playground

Authorization

Samples

Powered by VitePress OpenAPI