{ "opencollection": "1.0.0", "info": { "name": "Absentify Absences Public holidays API", "version": "1.0.0" }, "items": [ { "info": { "name": "Public holidays", "type": "folder" }, "items": [ { "info": { "name": "Absentify Get All Public Holidays", "type": "http" }, "http": { "method": "GET", "url": "https://api.absentify.com/api/v1/public_holidays", "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "docs": "Get all public holidays" }, { "info": { "name": "Absentify Read a Public Holiday by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.absentify.com/api/v1/public_holidays/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "docs": "Read a public holiday by id" } ] } ], "bundled": true }