POST
/
v2
/
farcaster
/
notifications
/
seen
/
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>"
}

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

Response

200
application/json

Success

The response is of type object.