social.clippr.actor.getPreferences

clippr.social

Documentation

Get the private user preferences associated to the account.

main query

Get the private user preferences associated to the account.

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)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "preferences"
      ],
      "properties": {
        "preferences": {
          "ref": "social.clippr.actor.defs#preferences",
          "type": "ref",
          "description": "A ref to the user's preferences"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {}
  },
  "description": "Get the private user preferences associated to the account."
}

Lexicon Garden

@