social.colibri.notification.getUnreadCount

colibri.social

Documentation

Returns the count of unread notifications.

main query

Returns the count of unread notifications.

Output

Encodingapplication/json
count integer Required

No description available.

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": [
        "count"
      ],
      "properties": {
        "count": {
          "type": "integer"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Returns the count of unread notifications."
}

Lexicon Garden

@