{ "opencollection": "1.0.0", "info": { "name": "Payerset Data Lake Billing Codes Payers API", "version": "2024-10-31" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Payers", "type": "folder" }, "items": [ { "info": { "name": "Get payer detail", "type": "http" }, "http": { "method": "GET", "url": "https://api.payerset.com/v1/metadata/payers/payer_detail", "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns descriptive metadata for payers, including region, category, friendly name, and system name." }, { "info": { "name": "Get payer list", "type": "http" }, "http": { "method": "GET", "url": "https://api.payerset.com/v1/metadata/payers/payer_list", "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns the list of payer system names available in the Data Lake." } ] } ], "bundled": true }