List all App Passwords.
Output
Encoding
application/jsonpasswords
array
Required
No description provided.
Errors
AccountTakedown
Try It
Direct PDS XRPC methods (com.atproto.*) are disabled in Try It for security reasons.
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."
}