{ "opencollection": "1.0.0", "info": { "name": "hakuna Time Tracking Absences Projects API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://app.hakuna.ch/api/v1/projects" }, "docs": "List active and archived projects." } ] } ], "bundled": true }