app.standard-reader.getFollowStatus

standard-reader.app

Documentation

Whether the subject reader subscribes to a publication.

main query

Whether the subject reader subscribes to a publication.

Parameters

did string did Optional

A decentralized identifier (DID).

publication string at-uri Required

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

Output

Encodingapplication/json
active boolean 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)
Parameters
A decentralized identifier (DID).
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": [
        "active"
      ],
      "properties": {
        "active": {
          "type": "boolean"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "publication"
    ],
    "properties": {
      "did": {
        "type": "string",
        "format": "did"
      },
      "publication": {
        "type": "string",
        "format": "at-uri"
      }
    }
  },
  "description": "Whether the subject reader subscribes to a publication."
}

Lexicon Garden

@