social.colibri.actor.getNotificationPreference

colibri.social

Documentation

Returns the authenticated user's notification level, defaulting to 'all' when they haven't set one.

main query

Returns the authenticated user's notification level, defaulting to 'all' when they haven't set one.

Output

Encodingapplication/json
level string Required

No description available.

Known values: all, mentionsAndReplies

Errors

AuthRequired Missing, malformed, or unverifiable 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": "Missing, malformed, or unverifiable service auth."
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "level"
      ],
      "properties": {
        "level": {
          "type": "string",
          "knownValues": [
            "all",
            "mentionsAndReplies"
          ]
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Returns the authenticated user's notification level, defaulting to 'all' when they haven't set one."
}

Lexicon Garden

@