{ "opencollection": "1.0.0", "info": { "name": "Neynar Action Mute API", "version": "3.176.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Mute", "type": "folder" }, "items": [ { "info": { "name": "Mute FID", "type": "http" }, "http": { "method": "POST", "url": "https://api.neynar.com/v2/farcaster/mute/", "body": { "type": "json", "data": "{}" } }, "docs": "Adds a mute for a given FID. This is an allowlisted API, reach out if you want access." }, { "info": { "name": "Unmute FID", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.neynar.com/v2/farcaster/mute/", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a mute for a given FID. This is an allowlisted API, reach out if you want access." }, { "info": { "name": "Muted FIDs of user", "type": "http" }, "http": { "method": "GET", "url": "https://api.neynar.com/v2/farcaster/mute/list/", "headers": [ { "name": "x-neynar-experimental", "value": "" } ], "params": [ { "name": "fid", "value": "", "type": "query", "description": "The user's FID (identifier)" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to fetch" }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." } ] }, "docs": "Fetches all FIDs that a user has muted." } ] } ], "bundled": true }