{ "opencollection": "1.0.0", "info": { "name": "Neynar Action Ban API", "version": "3.176.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Ban", "type": "folder" }, "items": [ { "info": { "name": "Ban FIDs from app", "type": "http" }, "http": { "method": "POST", "url": "https://api.neynar.com/v2/farcaster/ban/", "body": { "type": "json", "data": "{}" } }, "docs": "Bans a list of FIDs from the app associated with your API key. Banned users, their casts and reactions will not appear in feeds." }, { "info": { "name": "Unban FIDs from app", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.neynar.com/v2/farcaster/ban/", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a list of FIDs from the app associated with your API key." }, { "info": { "name": "Banned FIDs of app", "type": "http" }, "http": { "method": "GET", "url": "https://api.neynar.com/v2/farcaster/ban/list/", "headers": [ { "name": "x-neynar-experimental", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to fetch" }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." } ] }, "docs": "Fetches all FIDs that your app has banned." } ] } ], "bundled": true }