Skip to main content
POST
Mark as seen

Node.js SDK

🔗 SDK Method: markNotificationsAsSeen Use this API endpoint with the Neynar Node.js SDK for typed responses and better developer experience.

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Headers

Authorization
string

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

Example:

"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

Body

application/json
signer_uuid
string

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

type
enum<string>

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

Available options:
follows,
recasts,
likes,
mentions,
replies,
quotes

Response

Success

message
string
success
boolean