app.standard-reader.getLabelers

standard-reader.app

Documentation

List the labelers the calling reader is subscribed to, each resolved (the standard way) to a labeler view. Used by the Settings → Labelers page.

main query

List the labelers the calling reader is subscribed to, each resolved (the standard way) to a labeler view. Used by the Settings → Labelers page.

Output

Encodingapplication/json
labelers 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": [
        "labelers"
      ],
      "properties": {
        "labelers": {
          "type": "array",
          "items": {
            "ref": "app.standard-reader.labeler.defs#labelerView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "List the labelers the calling reader is subscribed to, each resolved (the standard way) to a labeler view. Used by the Settings → Labelers page."
}

Lexicon Garden

@