app.standard-reader.getLabeler

standard-reader.app

Documentation

Resolve a single labeler by DID or handle (for previewing before subscribing), with the calling reader's subscription state. Discovered the standard way via the DID document's #atproto_labeler service.

main query

Resolve a single labeler by DID or handle (for previewing before subscribing), with the calling reader's subscription state. Discovered the standard way via the DID document's #atproto_labeler service.

Parameters

actor string at-identifier Required

DID or handle of the labeler to resolve.

Output

Encodingapplication/json
subscribed 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
DID or handle of the labeler to resolve.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "subscribed"
      ],
      "properties": {
        "labeler": {
          "ref": "app.standard-reader.labeler.defs#labelerView",
          "type": "ref"
        },
        "subscribed": {
          "type": "boolean"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "actor"
    ],
    "properties": {
      "actor": {
        "type": "string",
        "format": "at-identifier",
        "description": "DID or handle of the labeler to resolve."
      }
    }
  },
  "description": "Resolve a single labeler by DID or handle (for previewing before subscribing), with the calling reader's subscription state. Discovered the standard way via the DID document's #atproto_labeler service."
}

Lexicon Garden

@