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

com.atproto.identity.getRecommendedDidCredentials

atproto-lexicons.bsky.social

Documentation

main query

Describe the credentials that should be included in the DID doc of an account that is migrating to this service.

Output

Encodingapplication/json
alsoKnownAs array Optional

No description provided.

rotationKeys array Optional

Recommended rotation keys for PLC dids. Should be undefined (or ignored) for did:webs.

services unknown Optional

No description provided.

verificationMethods unknown Optional

No description provided.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "services": {
          "type": "unknown"
        },
        "alsoKnownAs": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "rotationKeys": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Recommended rotation keys for PLC dids. Should be undefined (or ignored) for did:webs."
        },
        "verificationMethods": {
          "type": "unknown"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Describe the credentials that should be included in the DID doc of an account that is migrating to this service."
}

Lexicon Garden

@