Skip to content

List your app passwords

GET
/api/app-passwords

Every credential issued to the signed-in user, for the Connected Devices list. The credentials themselves are hashed and never returned — only their labels, prefixes and last-used timestamps.

Responses

The caller's app passwords

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

Samples