app.didpic.notification.getUnreadCount

lexicons.didpic.app

Documentation

Unread notification count for the viewer.

main query

Unread notification count for the viewer.

Output

Encodingapplication/json
count integer Required

No description available.

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": [
        "count"
      ],
      "properties": {
        "count": {
          "type": "integer",
          "minimum": 0
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Unread notification count for the viewer."
}

Lexicon Garden

@