{ "opencollection": "1.0.0", "info": { "name": "Justworks Company Time Off Policies 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 Policies", "type": "folder" }, "items": [ { "info": { "name": "Justworks List Time Off Policies", "type": "http" }, "http": { "method": "GET", "url": "https://public-api.justworks.com/v1/time-off/policies", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" } ] }, "docs": "List time-off policies configured for the company." } ] } ], "bundled": true }