{ "opencollection": "1.0.0", "info": { "name": "Justworks Company Time Off Requests API", "version": "2026-05-25" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://secure.justworks.com/oauth/authorize", "accessTokenUrl": "https://public-api.justworks.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Time Off Requests", "type": "folder" }, "items": [ { "info": { "name": "Justworks List Time Off Requests", "type": "http" }, "http": { "method": "GET", "url": "https://public-api.justworks.com/v1/time-off/requests", "params": [ { "name": "start_date", "value": "", "type": "query" }, { "name": "end_date", "value": "", "type": "query" }, { "name": "member_id", "value": "", "type": "query" }, { "name": "policy_id", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" } ] }, "docs": "List time-off requests within a date range, optionally filtered by member, policy, or status." } ] } ], "bundled": true }