Get a profile by DID or handle.
Parameters
Output
Encoding
application/jsonErrors
ActorNotFound
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "ActorNotFound"
}
],
"output": {
"schema": {
"ref": "app.didpic.actor.defs#profileView",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"actor"
],
"properties": {
"actor": {
"type": "string",
"description": "DID or handle of the account to look up."
}
}
},
"description": "Get a profile by DID or handle."
}