Resolve an AT URI, DID, handle, or URL to a publication.
Input
Encoding
application/jsoninput
string
Required
No description available.
maxLength: 2048 bytesOutput
Encoding
application/jsonErrors
InvalidRequest
PublicationNotFound
UpstreamUnavailable
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"input"
],
"properties": {
"input": {
"type": "string",
"maxLength": 2048
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "InvalidRequest"
},
{
"name": "PublicationNotFound"
},
{
"name": "UpstreamUnavailable"
}
],
"output": {
"schema": {
"ref": "app.thesocialwire.defs#jsonObject",
"type": "ref"
},
"encoding": "application/json"
},
"description": "Resolve an AT URI, DID, handle, or URL to a publication."
}