{ "opencollection": "1.0.0", "info": { "name": "Aflac Enterprise Connect Claims 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": "Claims", "type": "folder" }, "items": [ { "info": { "name": "Aflac List Claims", "type": "http" }, "http": { "method": "GET", "url": "https://api.enterprise-connect.aflac.com/v1/claims", "params": [ { "name": "policy_id", "value": "POL-987654", "type": "query", "description": "Filter claims by policy ID." }, { "name": "employee_id", "value": "EMP-789012", "type": "query", "description": "Filter claims by employee ID." }, { "name": "status", "value": "approved", "type": "query", "description": "Filter by claim status." } ] }, "docs": "Retrieve a list of supplemental insurance claims for a policyholder or group." }, { "info": { "name": "Aflac Submit Claim", "type": "http" }, "http": { "method": "POST", "url": "https://api.enterprise-connect.aflac.com/v1/claims", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a new supplemental insurance claim for review and payment." }, { "info": { "name": "Aflac Get Claim", "type": "http" }, "http": { "method": "GET", "url": "https://api.enterprise-connect.aflac.com/v1/claims/:claim_id", "params": [ { "name": "claim_id", "value": "CLM-112233", "type": "path", "description": "Unique claim identifier." } ] }, "docs": "Retrieve a specific claim record and its processing status." } ] } ], "bundled": true }