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
Output
Encoding
application/jsonlabeler
refapp.standard-reader.labeler.defs#labelerView
Optional
No description available.
subscribed
boolean
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
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."
}