social.colibri.beta.notification.getUnreadCount

colibri.social

Documentation

Gets how many of the requesting user's notifications are unread.

main query

Gets how many of the requesting user's notifications are unread.

Output

Encodingapplication/json
count integer Required

Number of unread notifications.

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": [
        "count"
      ],
      "properties": {
        "count": {
          "type": "integer",
          "description": "Number of unread notifications."
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Gets how many of the requesting user's notifications are unread."
}

Lexicon Garden

@