{ "opencollection": "1.0.0", "info": { "name": "Aflac Enterprise Connect Claims Groups 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": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Aflac List Groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.enterprise-connect.aflac.com/v1/groups", "params": [ { "name": "limit", "value": "50", "type": "query", "description": "Maximum number of results to return." }, { "name": "offset", "value": "0", "type": "query", "description": "Number of results to skip." } ] }, "docs": "Retrieve a list of employer groups associated with the authenticated partner." }, { "info": { "name": "Aflac Get Group", "type": "http" }, "http": { "method": "GET", "url": "https://api.enterprise-connect.aflac.com/v1/groups/:group_id", "params": [ { "name": "group_id", "value": "GRP-123456", "type": "path", "description": "Unique employer group identifier." } ] }, "docs": "Retrieve a specific employer group record." } ] } ], "bundled": true }