Resolve an AT Proto handle, domain, or DID to site.standard.publication previews.
Parameters
Output
Encoding
application/jsondid
stringdid
Optional
A decentralized identifier (DID).
handle
string
Optional
No description available.
publications
array
Required
No description available.
source
string
Required
No description available.
Known values:
index, repo, noneTry 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": [
"publications",
"source"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"nullable": true
},
"handle": {
"type": "string",
"nullable": true
},
"source": {
"type": "string",
"knownValues": [
"index",
"repo",
"none"
]
},
"publications": {
"type": "array",
"items": {
"ref": "app.standard-reader.defs#publicationView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"handle"
],
"properties": {
"handle": {
"type": "string"
}
}
},
"description": "Resolve an AT Proto handle, domain, or DID to site.standard.publication previews."
}