social.smallbury.graph.listInboundTrust

lexicon.pds.smallbury.social

Documentation

DIDs of actors who list the authenticated viewer in their social.smallbury.actor.trust trusted array (indexed from the firehose). Used to populate the People list with pending inbound trust.

main query

DIDs of actors who list the authenticated viewer in their social.smallbury.actor.trust trusted array (indexed from the firehose). Used to populate the People list with pending inbound trust.

Output

Encodingapplication/json
dids array Required

No description available.

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",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "dids"
      ],
      "properties": {
        "dids": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "did"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "DIDs of actors who list the authenticated viewer in their social.smallbury.actor.trust trusted array (indexed from the firehose). Used to populate the People list with pending inbound trust."
}

Lexicon Garden

@