ai.newnal.trustsquare.getVerificationStatus

bezalel-newnal.bsky.social

Documentation

Current verification status of an account as known to the AppView.

main query

Current verification status of an account as known to the AppView.

Parameters

did string did Required

A decentralized identifier (DID).

Output

Encodingapplication/json
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)
Parameters
A decentralized identifier (DID).
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "ref": "ai.newnal.trustsquare.defs#verificationView",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "did"
    ],
    "properties": {
      "did": {
        "type": "string",
        "format": "did"
      }
    }
  },
  "description": "Current verification status of an account as known to the AppView."
}

Lexicon Garden

@