Backfill in-progress. Some lexicons and records may be missing or incomplete.

com.atproto.server.listAppPasswords

atproto-lexicons.bsky.social

Documentation

main query

List all App Passwords.

Output

Encodingapplication/json
passwords array Required

No description provided.

Errors

AccountTakedown
Try It

Direct PDS XRPC methods (com.atproto.*) are disabled in Try It for security reasons.

These methods interact directly with Personal Data Servers and require careful handling. Use a dedicated client or CLI tool instead.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "AccountTakedown"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "passwords"
      ],
      "properties": {
        "passwords": {
          "type": "array",
          "items": {
            "ref": "#appPassword",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "List all App Passwords."
}
appPassword object

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

name string Required

No description provided.

privileged boolean Optional

No description provided.

View raw schema
{
  "type": "object",
  "required": [
    "name",
    "createdAt"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "createdAt": {
      "type": "string",
      "format": "datetime"
    },
    "privileged": {
      "type": "boolean"
    }
  }
}

Lexicon Garden

@