{ "opencollection": "1.0.0", "info": { "name": "Workday Benefits Benefit Enrollments Employee Benefits API", "version": "v40.2" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{tenant}.workday.com/ccx/oauth2/{tenant}/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Employee Benefits", "type": "folder" }, "items": [ { "info": { "name": "Workday Get Employee Benefits", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/benefits/v1/employees/:employeeId/benefits", "params": [ { "name": "employeeId", "value": "EMP-12345", "type": "path", "description": "Employee identifier" } ] }, "docs": "Retrieves a summary of all active benefit enrollments for a specific employee." } ] } ], "bundled": true }