{ "opencollection": "1.0.0", "info": { "name": "Accounts Benefits Recommendations API", "version": "0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Recommendations", "type": "folder" }, "items": [ { "info": { "name": "List Benefit Recommendations for an Employee", "type": "http" }, "http": { "method": "GET", "url": "https://integrate.nayya.com/accounts/employers/:employerId/employees/:employeeId/recommendations", "headers": [ { "name": "X-API-Version", "value": "" } ], "params": [ { "name": "employerId", "value": "", "type": "path", "description": "The unique ID from Nayya or your unique ID prefixed with the `external:` indicator that represents an employer (e.g. `external:3438yht-hg8ht39-h23uh9th-uewht0o`)." }, { "name": "employeeId", "value": "", "type": "path", "description": "The unique ID from Nayya or your unique ID prefixed with the `external:` indicator that represents an employee (e.g. `external:3438yht-hg8ht39-h23uh9th-uewht0o`)." } ] }, "docs": "Returns benefit recommendations for the specified employee. The request must be authorized for the organization that owns the employer." } ] } ], "bundled": true }