{ "opencollection": "1.0.0", "info": { "name": "Badger Maps Accounts Routes API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Routes", "type": "folder" }, "items": [ { "info": { "name": "List routes", "type": "http" }, "http": { "method": "GET", "url": "https://badgerapis.badgermapping.com/api/2/routes/" }, "docs": "Returns the authenticated user's routes (id, name, and route date)." }, { "info": { "name": "Retrieve a route", "type": "http" }, "http": { "method": "GET", "url": "https://badgerapis.badgermapping.com/api/2/routes/:route_id/", "params": [ { "name": "route_id", "value": "", "type": "path", "description": "The route id." } ] }, "docs": "Returns a single route with its ordered waypoints. Each waypoint references an account location, its position in the sequence, and timing details." } ] } ], "bundled": true }