ai.newnal.trustsquare.getSocialAccounts

bezalel-newnal.bsky.social

Documentation

Social accounts an actor has linked, in a stable platform order.

main query

Social accounts an actor has linked, in a stable platform order.

Parameters

actor string at-identifier Required

Either a DID or an AT Protocol handle.

Output

Encodingapplication/json
accounts array Required

No description available.

Errors

NotFound
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
Either a DID or an AT Protocol handle.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "NotFound"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "accounts"
      ],
      "properties": {
        "accounts": {
          "type": "array",
          "items": {
            "ref": "ai.newnal.trustsquare.defs#socialAccountView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "actor"
    ],
    "properties": {
      "actor": {
        "type": "string",
        "format": "at-identifier"
      }
    }
  },
  "description": "Social accounts an actor has linked, in a stable platform order."
}

Lexicon Garden

@