POST
/
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": "19d0c5fd-9b33-4a48-a0e2-bc7b0555baec",
  "type": "likes"
}'
{
  "success": true,
  "message": "<string>"
}

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Body

application/json
signer_uuid
string
required

The UUID of the signer. Signer should have atleast one write permission

type
enum<string>
Available options:
follows,
recasts,
likes,
mentions,
replies,
quotes

Response

200
application/json
Successful operation.
success
boolean
message
string