social.colibri.actor.getData

colibri.social

Documentation

Resolves an identifier (DID or handle) to its hydrated Colibri actor data.

main query

Resolves an identifier (DID or handle) to its hydrated Colibri actor data.

Parameters

identifier string Required

The DID or handle to resolve.

Output

Encodingapplication/json
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
The DID or handle to resolve.
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."
}

Lexicon Garden

@