{ "opencollection": "1.0.0", "info": { "name": "Aflac Enterprise Connect Claims Eligibility API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.enterprise-connect.aflac.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Eligibility", "type": "folder" }, "items": [ { "info": { "name": "Aflac Verify Eligibility", "type": "http" }, "http": { "method": "POST", "url": "https://api.enterprise-connect.aflac.com/v1/eligibility/verify", "body": { "type": "json", "data": "{}" } }, "docs": "Verify an employee's eligibility for Aflac supplemental insurance products in real time." } ] } ], "bundled": true }