cURL
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>" }
Adds a mute for a given FID. This is an allowlisted API, reach out if you want access.
API key to authorize requests
Success
The response is of type object.
object
Was this page helpful?