{ "opencollection": "1.0.0", "info": { "name": "Smokeball Activity Codes Search API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search files with advanced filters", "type": "http" }, "http": { "method": "POST", "url": "https://api.smokeball.com/search/files", "params": [ { "name": "Offset", "value": "", "type": "query" }, { "name": "Limit", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Performs a full-account file search and returns files matching the provided query, paging options and filters." } ] } ], "bundled": true }