link.latr.auth.probe

samclemente.me

Documentation

L@tr XRPC method link.latr.auth.probe.

main query

L@tr XRPC method link.latr.auth.probe.

Output

Encodingapplication/json
clientId string Optional

No description available.

did stringdid Required

A decentralized identifier (DID).

ok boolean Required

No description available.

pdsWriteThrough boolean Required

No description available.

sampleCount integer Required

No description available.

upstreamDpop boolean Required

No description available.

Errors

InvalidRequest
InvalidUrl
AuthRequired
InvalidToken
InvalidDpop
ClientAuthRequired
SavedItemNotFound
Conflict
RateLimitExceeded
UpstreamFailure
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",
  "errors": [
    {
      "name": "InvalidRequest"
    },
    {
      "name": "InvalidUrl"
    },
    {
      "name": "AuthRequired"
    },
    {
      "name": "InvalidToken"
    },
    {
      "name": "InvalidDpop"
    },
    {
      "name": "ClientAuthRequired"
    },
    {
      "name": "SavedItemNotFound"
    },
    {
      "name": "Conflict"
    },
    {
      "name": "RateLimitExceeded"
    },
    {
      "name": "UpstreamFailure"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "ok",
        "did",
        "pdsWriteThrough",
        "sampleCount",
        "upstreamDpop"
      ],
      "properties": {
        "ok": {
          "type": "boolean"
        },
        "did": {
          "type": "string",
          "format": "did"
        },
        "clientId": {
          "type": "string",
          "maxLength": 128,
          "maxGraphemes": 128
        },
        "sampleCount": {
          "type": "integer",
          "minimum": 0
        },
        "upstreamDpop": {
          "type": "boolean"
        },
        "pdsWriteThrough": {
          "type": "boolean"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [],
    "properties": {}
  },
  "description": "L@tr XRPC method link.latr.auth.probe."
}

Lexicon Garden

@