{ "opencollection": "1.0.0", "info": { "name": "Farcaster Hub REST Casts Storage API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-airstack-hubs", "value": "{{x-airstack-hubs}}", "placement": "header" } }, "items": [ { "info": { "name": "Storage", "type": "folder" }, "items": [ { "info": { "name": "Get an FID's storage limits.", "type": "http" }, "http": { "method": "GET", "url": "https://hubs.airstack.xyz/v1/storageLimitsByFid", "params": [ { "name": "fid", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "x-airstack-hubs", "value": "{{x-airstack-hubs}}", "placement": "header" } }, "docs": "Get an FID's storage limits." } ] } ], "bundled": true }