{ "opencollection": "1.0.0", "info": { "name": "Unum HR Connect Authentication Evidence of Insurability API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.unum.com/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Evidence of Insurability", "type": "folder" }, "items": [ { "info": { "name": "List EOI Submissions", "type": "http" }, "http": { "method": "GET", "url": "https://api.unum.com/v1/eoi/submissions", "params": [ { "name": "groupId", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of evidence of insurability submissions." }, { "info": { "name": "Submit EOI", "type": "http" }, "http": { "method": "POST", "url": "https://api.unum.com/v1/eoi/submissions", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a new evidence of insurability application." }, { "info": { "name": "Get EOI Submission", "type": "http" }, "http": { "method": "GET", "url": "https://api.unum.com/v1/eoi/submissions/:submissionId", "params": [ { "name": "submissionId", "value": "", "type": "path", "description": "EOI submission identifier" } ] }, "docs": "Retrieve the status and details of a specific EOI submission." } ] } ], "bundled": true }