app.didpic.actor.getProfile

lexicons.didpic.app

Documentation

Get a profile by DID or handle.

main query

Get a profile by DID or handle.

Parameters

actor string Required

DID or handle of the account to look up.

Output

Encodingapplication/json

Errors

ActorNotFound
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
DID or handle of the account to look up.
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."
}

Lexicon Garden

@