{ "opencollection": "1.0.0", "info": { "name": "When I Work API Documentation Accounts Timezones API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Timezones", "type": "folder" }, "items": [ { "info": { "name": "List Timezones", "type": "http" }, "http": { "method": "GET", "url": "https://api.wheniwork.com/2/timezones" }, "docs": "Fetch a list of timezones" }, { "info": { "name": "Get Timezone", "type": "http" }, "http": { "method": "GET", "url": "https://api.wheniwork.com/2/timezones/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the timezone" } ] }, "docs": "Get a single timezone by ID" } ] } ], "bundled": true }