{ "opencollection": "1.0.0", "info": { "name": "Farcaster Hub REST Casts Verifications API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-airstack-hubs", "value": "{{x-airstack-hubs}}", "placement": "header" } }, "items": [ { "info": { "name": "Verifications", "type": "folder" }, "items": [ { "info": { "name": "Get a list of verifications provided by an FID", "type": "http" }, "http": { "method": "GET", "url": "https://hubs.airstack.xyz/v1/verificationsByFid", "params": [ { "name": "fid", "value": "", "type": "query", "description": "The FID being requested" }, { "name": "address", "value": "", "type": "query", "description": "The optional ETH address 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" } ], "auth": { "type": "apikey", "key": "x-airstack-hubs", "value": "{{x-airstack-hubs}}", "placement": "header" } }, "docs": "Get a list of verifications provided by an FID" } ] } ], "bundled": true }