Resolves an identifier (DID or handle) to its hydrated Colibri actor data.
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": "lex:social.colibri.actor.defs#actorView",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"identifier"
],
"properties": {
"identifier": {
"type": "string",
"description": "The DID or handle to resolve."
}
}
},
"description": "Resolves an identifier (DID or handle) to its hydrated Colibri actor data."
}