Backfill in-progress. Some lexicons and records may be missing or incomplete.

app.bsky.notification.updateSeen

bsky-lexicons.bsky.social

Documentation

main procedure

Notify server that the requesting account has seen notifications. Requires auth.

Input

Encodingapplication/json
seenAt stringdatetime Required

An RFC 3339 formatted timestamp.

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://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "seenAt"
      ],
      "properties": {
        "seenAt": {
          "type": "string",
          "format": "datetime"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Notify server that the requesting account has seen notifications. Requires auth."
}

Lexicon Garden

@