POST
/
farcaster
/
mute
curl --request POST \
  --url https://api.neynar.com/v2/farcaster/mute \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "fid": 3,
  "muted_fid": 3
}'
{
  "success": true,
  "message": "<string>"
}

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Body

application/json

Response

200
application/json

successful operation

The response is of type object.