v1

latestOpenAPI 3.0.42026-07-26159287356.1 KB
Notifications

Mark as seen

Mark notifications as seen. You can choose one of two authorization methods, either:

  1. Provide a valid signer_uuid in the request body (Most common)
  2. Provide a valid, signed "Bearer" token in the request's Authorization header similar to the approach described here
post/v2/farcaster/notifications/seen/

Headers

Authorizationstring
Example:Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

Optional Bearer token for certain endpoints. The token format is described here.

Request body

signer_uuidstring

The UUID of a signer with at least one write permission. Required unless a valid Authorization Bearer token is provided in the header.

type'follows' | 'recasts' | 'likes' | 'mentions' | 'replies' | 'quotes'

The type of notification to mark as seen. If not provided, all notifications will be marked as seen.

Response

Success

messagestring
successboolean