{ "opencollection": "1.0.0", "info": { "name": "Payerset Data Lake Billing Codes Providers API", "version": "2024-10-31" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Providers", "type": "folder" }, "items": [ { "info": { "name": "Get NPI detail", "type": "http" }, "http": { "method": "GET", "url": "https://api.payerset.com/v1/metadata/providers/npi_detail", "params": [ { "name": "npi", "value": "", "type": "query", "description": "National Provider Identifier (e.g., \"1234567890\")." } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns enriched provider metadata for a given NPI, including NPPES organization details, location, taxonomy classification, EIN, and Medicare enrollment information." }, { "info": { "name": "Get NPI to TIN mapping", "type": "http" }, "http": { "method": "GET", "url": "https://api.payerset.com/v1/metadata/providers/npi_to_tin", "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns the tax identification number(s) (TIN) associated with provider NPIs." }, { "info": { "name": "Get TIN to NPI mapping", "type": "http" }, "http": { "method": "GET", "url": "https://api.payerset.com/v1/metadata/providers/tin_to_npi", "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns the provider NPI(s) associated with a given tax identification number (TIN)." }, { "info": { "name": "Get NPI to parent mapping", "type": "http" }, "http": { "method": "GET", "url": "https://api.payerset.com/v1/metadata/providers/npi_to_parent", "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns the parent organization NPI and TIN associated with provider NPIs." }, { "info": { "name": "Get NPI parent", "type": "http" }, "http": { "method": "GET", "url": "https://api.payerset.com/v1/metadata/providers/npi_parent", "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns parent organization NPI relationships for providers." } ] } ], "bundled": true }