Get profile view of an actor. Does not require auth.
Parameters
Output
Encoding
application/jsonTry It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"ref": "social.clippr.actor.defs#profileView",
"type": "ref",
"description": "A reference to the profile view of the actor"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"actor"
],
"properties": {
"actor": {
"type": "string",
"format": "at-identifier",
"description": "Handle or DID of account to fetch profile of"
}
}
},
"description": "Get profile view of an actor. Does not require auth."
}