{ "opencollection": "1.0.0", "info": { "name": "Neynar Action Fids API", "version": "3.176.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Fids", "type": "folder" }, "items": [ { "info": { "name": "Fetch a list of all the FIDs", "type": "http" }, "http": { "method": "GET", "url": "https://api.neynar.com/v1/fids", "params": [ { "name": "shard_id", "value": "1", "type": "query", "description": "The shard ID to filter by" }, { "name": "pageSize", "value": "", "type": "query", "description": "Maximum number of messages to return in a single response" }, { "name": "reverse", "value": "", "type": "query", "description": "Reverse the sort order, returning latest messages first" }, { "name": "pageToken", "value": "", "type": "query", "description": "The page token returned by the previous query, to fetch the next page. If this parameter is empty, fetch the first page" } ] }, "docs": "Fetch a list of all the FIDs." } ] } ], "bundled": true }