ai.newnal.trustsquare.getRecordProof

bezalel-newnal.bsky.social

Documentation

Fetch and verify the repository proof for a record: DID document, commit signature, MST inclusion.

main query

Fetch and verify the repository proof for a record: DID document, commit signature, MST inclusion.

Parameters

refresh boolean Optional

No description available.

uri string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

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
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "proof"
      ],
      "properties": {
        "proof": {
          "ref": "ai.newnal.trustsquare.defs#proofView",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uri"
    ],
    "properties": {
      "uri": {
        "type": "string",
        "format": "at-uri"
      },
      "refresh": {
        "type": "boolean",
        "default": false
      }
    }
  },
  "description": "Fetch and verify the repository proof for a record: DID document, commit signature, MST inclusion."
}

Lexicon Garden

@