dev.cartridge.getVerificationStatus

cartridge.dev

{
  "id": "dev.cartridge.getVerificationStatus",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "isVerified"
          ],
          "properties": {
            "isVerified": {
              "type": "boolean",
              "description": "Whether the account has been verified."
            },
            "accountType": {
              "type": "string",
              "description": "The verified account type. Only present when isVerified is true.",
              "knownValues": [
                "studio",
                "developer",
                "publisher"
              ]
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "handle"
        ],
        "properties": {
          "handle": {
            "type": "string",
            "description": "DID or handle to check."
          }
        }
      },
      "description": "Check whether a DID or handle has been verified by the Cartridge verifier. Does not require authentication."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.cartridge.getVerificationStatus

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4mrwcmxk266itsdn33leqljq
CID
bafyreihw3hmqhnovifqm3u7mlwykyqpdvxamonkpdlcwdvthlotwhcyjjq
Indexed At
2026-06-15 01:54 UTC
AT-URI
at://did:plc:4mrwcmxk266itsdn33leqljq/com.atproto.lexicon.schema/dev.cartridge.getVerificationStatus

Lexicon Garden

@