dev.cartridge.getVerificationRequest

cartridge.dev

{
  "id": "dev.cartridge.getVerificationRequest",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "request"
          ],
          "properties": {
            "request": {
              "ref": "#verificationRequestView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "id": {
            "type": "string",
            "description": "ID of the verification request."
          },
          "requesterDid": {
            "type": "string",
            "format": "did",
            "description": "Get the most recent request for this DID. Ignored if id is provided."
          }
        }
      },
      "description": "Get a verification request. Non-admins can only view their own requests."
    },
    "verificationRequestView": {
      "type": "object",
      "required": [
        "id",
        "requesterDid",
        "accountType",
        "message",
        "status",
        "createdAt"
      ],
      "properties": {
        "id": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "knownValues": [
            "pending",
            "approved",
            "denied"
          ]
        },
        "contact": {
          "type": "string"
        },
        "message": {
          "type": "string"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "reviewedAt": {
          "type": "string",
          "format": "datetime"
        },
        "reviewedBy": {
          "type": "string",
          "format": "did"
        },
        "accountType": {
          "type": "string"
        },
        "requesterDid": {
          "type": "string",
          "format": "did"
        },
        "reviewReason": {
          "type": "string"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.cartridge.getVerificationRequest

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4mrwcmxk266itsdn33leqljq
CID
bafyreidqpgpnh2ziuv3ms3jtatsqgj2wsj5ksfjmdue4u4i5la3q27tpfi
Indexed At
2026-06-14 00:05 UTC
AT-URI
at://did:plc:4mrwcmxk266itsdn33leqljq/com.atproto.lexicon.schema/dev.cartridge.getVerificationRequest

Lexicon Garden

@