Skip to main content
POST
Get in-network contracted rates

Authorizations

X-API-Key
string
header
required

Your API key for authentication. Include this header in all requests.

Note: When using the API Gateway (care-navigation-gateway-ccg16t89.wl.gateway.dev), use query parameter authentication instead: ?key=YOUR_API_KEY

Get your API key by reaching out to support@docaroo.com.

Body

application/json
npis
string[]
required

List of National Provider Identifiers (NPIs) to lookup pricing for

Required array length: 1 - 50 elements

10-digit National Provider Identifier

Pattern: ^[0-9]{10}$
Example:
conditionCode
string
required

Medical billing code to retrieve pricing for

Example:

"99214"

planId
string
default:942404110

Insurance plan identifier. Accepts:

  • EIN (Employer Identification Number) for self-funded plans
  • HIOS ID (Health Insurance Oversight System) for marketplace plans
  • Custom Plan ID for proprietary plan identification
Example:

"942404110"

codeType
enum<string>
default:CPT

Medical billing code standard:

  • CPT: Current Procedural Terminology
  • NDC: National Drug Code
  • HCPCS: Healthcare Common Procedure Coding System
  • ICD: International Classification of Diseases
  • DRG: Diagnosis Related Group (various types)
  • APC: Ambulatory Payment Classification
  • CDT: Current Dental Terminology
Available options:
CPT,
NDC,
HCPCS,
RC,
ICD,
MS-DRG,
R-DRG,
S-DRG,
APS-DRG,
AP-DRG,
APR-DRG,
APC,
LOCAL,
EAPG,
HIPPS,
CDT,
CSTM-ALL
Example:

"CPT"

Response

Successful pricing lookup

data
object
required

Pricing data organized by NPI, with each NPI containing an array of rate objects grouped by negotiated type

meta
object
required