{ "opencollection": "1.0.0", "info": { "name": "Bindbee Candidates Time Off API", "version": "v1" }, "items": [ { "info": { "name": "Time Off", "type": "folder" }, "items": [ { "info": { "name": "Bindbee List Time Off", "type": "http" }, "http": { "method": "GET", "url": "https://api.bindbee.dev/v1/hris/time-off", "headers": [ { "name": "x-connector-token", "value": "" } ], "params": [ { "name": "employee_id", "value": "", "type": "query", "description": "Filter by employee ID." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns time-off requests and balances from the connected HRIS system." } ] } ], "bundled": true }