social.colibri.beta.actor.getPreferences

colibri.social

Documentation

Gets the requesting user's own settings, as the AppView currently holds them.

main query

Gets the requesting user's own settings, as the AppView currently holds them.

Output

Encodingapplication/json

Errors

AuthRequired The request has no valid service auth.
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)
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "AuthRequired",
      "description": "The request has no valid service auth."
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "preferences"
      ],
      "properties": {
        "preferences": {
          "ref": "social.colibri.beta.actor.defs#preferences",
          "type": "ref",
          "description": "The requesting user's settings."
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Gets the requesting user's own settings, as the AppView currently holds them."
}

Lexicon Garden

@