{ "opencollection": "1.0.0", "info": { "name": "Breathe HR REST Absences Account API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "List accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.breathehr.com/v1/accounts" }, "docs": "List accounts" } ] } ], "bundled": true }