{ "opencollection": "1.0.0", "info": { "name": "Badger Maps Accounts Check-Ins API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Check-Ins", "type": "folder" }, "items": [ { "info": { "name": "List check-ins", "type": "http" }, "http": { "method": "GET", "url": "https://badgerapis.badgermapping.com/api/2/appointments/", "params": [ { "name": "customer_id", "value": "", "type": "query", "description": "The account (customer) id to return check-ins for." } ] }, "docs": "Returns the check-ins recorded against an account. Filter by account with the `customer_id` query parameter." }, { "info": { "name": "Create a check-in", "type": "http" }, "http": { "method": "POST", "url": "https://badgerapis.badgermapping.com/api/2/appointments/", "body": { "type": "json", "data": "{}" } }, "docs": "Records a new check-in against an account. Requires the account (customer) id; a type and free-text comments are optional." } ] } ], "bundled": true }