{ "opencollection": "1.0.0", "info": { "name": "Bee Maps (Hivemapper) Developer Account Bursts API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Bursts", "type": "folder" }, "items": [ { "info": { "name": "Create an on-demand mapping burst", "type": "http" }, "http": { "method": "POST", "url": "https://beemaps.com/api/developer/burst/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create incentivized mapping requests (Bursts) for specific locations. Network devices are dispatched to capture fresh imagery; you pay only on successful capture." }, { "info": { "name": "List created bursts", "type": "http" }, "http": { "method": "GET", "url": "https://beemaps.com/api/developer/bursts", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum results to return." }, { "name": "skip", "value": "", "type": "query", "description": "Pagination offset." } ] }, "docs": "List and monitor created bursts with coverage status." } ] } ], "bundled": true }