cURL
curl --request POST \ --url https://api.neynar.com/v2/farcaster/notifications/seen/ \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "signer_uuid": "<string>", "type": "follows" }'
{ "success": true, "message": "<string>" }
Mark notifications as seen. You can choose one of two authorization methods, either:
Authorization
API key to authorize requests
Optional Bearer token for certain endpoints. The token format is described here.
"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Success
The response is of type object.
object
Was this page helpful?