curl --request POST \
--url https://care-navigation-gateway-ccg16t89.wl.gateway.dev/pricing/in-network \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"npis": [
"1043566623",
"1972767655"
],
"planId": "942404110",
"conditionCode": "99214",
"codeType": "CPT"
}
'{
"data": {
"1043566623": [
{
"code": "99214",
"codeType": "CPT",
"negotiatedPrices": [
{
"negotiatedRate": 65.87,
"expirationDate": "2024-12-31",
"serviceCodes": [
"11"
],
"billingClass": "professional",
"negotiatedType": "negotiated",
"tinType": "EIN",
"tinValue": "123456789"
},
{
"negotiatedRate": 128.45,
"expirationDate": "2024-12-31",
"serviceCodes": [
"11"
],
"billingClass": "professional",
"negotiatedType": "negotiated",
"tinType": "EIN",
"tinValue": "123456789"
},
{
"negotiatedRate": 142.1,
"expirationDate": null,
"serviceCodes": [],
"billingClass": null,
"negotiatedType": "negotiated",
"tinType": null,
"tinValue": null
},
{
"negotiatedRate": 189.5,
"expirationDate": "2024-12-31",
"serviceCodes": [
"22"
],
"billingClass": "professional",
"negotiatedType": "negotiated",
"tinType": "EIN",
"tinValue": "987654321"
},
{
"negotiatedRate": 213.75,
"expirationDate": null,
"serviceCodes": [],
"billingClass": null,
"negotiatedType": "negotiated",
"tinType": null,
"tinValue": null
},
{
"negotiatedRate": 266.88,
"expirationDate": "2024-12-31",
"serviceCodes": [
"11"
],
"billingClass": "professional",
"negotiatedType": "negotiated",
"tinType": "EIN",
"tinValue": "123456789"
}
],
"summary": {
"minRate": 65.87,
"maxRate": 266.88,
"avgRate": 147.03,
"instances": 6
}
}
],
"1972767655": [
{
"code": "99214",
"codeType": "CPT",
"negotiatedPrices": [
{
"negotiatedRate": 104.46,
"expirationDate": "2024-12-31",
"serviceCodes": [
"11"
],
"billingClass": "professional",
"negotiatedType": "negotiated",
"tinType": "EIN",
"tinValue": "555666777"
},
{
"negotiatedRate": 108.22,
"expirationDate": null,
"serviceCodes": [],
"billingClass": null,
"negotiatedType": "negotiated",
"tinType": null,
"tinValue": null
},
{
"negotiatedRate": 112.88,
"expirationDate": "2024-12-31",
"serviceCodes": [
"22"
],
"billingClass": "professional",
"negotiatedType": "negotiated",
"tinType": "EIN",
"tinValue": "555666777"
},
{
"negotiatedRate": 115.9,
"expirationDate": null,
"serviceCodes": [],
"billingClass": null,
"negotiatedType": "negotiated",
"tinType": null,
"tinValue": null
},
{
"negotiatedRate": 119.33,
"expirationDate": "2024-12-31",
"serviceCodes": [
"11"
],
"billingClass": "professional",
"negotiatedType": "negotiated",
"tinType": "EIN",
"tinValue": "555666777"
},
{
"negotiatedRate": 123.45,
"expirationDate": null,
"serviceCodes": [],
"billingClass": null,
"negotiatedType": "negotiated",
"tinType": null,
"tinValue": null
},
{
"negotiatedRate": 135.67,
"expirationDate": "2024-12-31",
"serviceCodes": [
"11"
],
"billingClass": "professional",
"negotiatedType": "negotiated",
"tinType": "EIN",
"tinValue": "555666777"
},
{
"negotiatedRate": 169.37,
"expirationDate": null,
"serviceCodes": [],
"billingClass": null,
"negotiatedType": "negotiated",
"tinType": null,
"tinValue": null
}
],
"summary": {
"minRate": 104.46,
"maxRate": 169.37,
"avgRate": 117.78,
"instances": 8
}
}
]
},
"meta": {
"planId": "942404110",
"planName": "UHC Choice Plus POS",
"payer": "UNH",
"requestId": "req_cf7f67790f92",
"timestamp": "2025-06-15T23:15:48.734729Z",
"processingTimeMs": 912,
"inNetworkRecordsCount": 14
}
}Retrieve contracted rates for healthcare providers (NPIs) for specific billing codes and insurance plans.
This endpoint supports bulk lookups for up to 50 NPIs per request, enabling efficient pricing discovery across multiple providers simultaneously.
curl --request POST \
--url https://care-navigation-gateway-ccg16t89.wl.gateway.dev/pricing/in-network \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"npis": [
"1043566623",
"1972767655"
],
"planId": "942404110",
"conditionCode": "99214",
"codeType": "CPT"
}
'{
"data": {
"1043566623": [
{
"code": "99214",
"codeType": "CPT",
"negotiatedPrices": [
{
"negotiatedRate": 65.87,
"expirationDate": "2024-12-31",
"serviceCodes": [
"11"
],
"billingClass": "professional",
"negotiatedType": "negotiated",
"tinType": "EIN",
"tinValue": "123456789"
},
{
"negotiatedRate": 128.45,
"expirationDate": "2024-12-31",
"serviceCodes": [
"11"
],
"billingClass": "professional",
"negotiatedType": "negotiated",
"tinType": "EIN",
"tinValue": "123456789"
},
{
"negotiatedRate": 142.1,
"expirationDate": null,
"serviceCodes": [],
"billingClass": null,
"negotiatedType": "negotiated",
"tinType": null,
"tinValue": null
},
{
"negotiatedRate": 189.5,
"expirationDate": "2024-12-31",
"serviceCodes": [
"22"
],
"billingClass": "professional",
"negotiatedType": "negotiated",
"tinType": "EIN",
"tinValue": "987654321"
},
{
"negotiatedRate": 213.75,
"expirationDate": null,
"serviceCodes": [],
"billingClass": null,
"negotiatedType": "negotiated",
"tinType": null,
"tinValue": null
},
{
"negotiatedRate": 266.88,
"expirationDate": "2024-12-31",
"serviceCodes": [
"11"
],
"billingClass": "professional",
"negotiatedType": "negotiated",
"tinType": "EIN",
"tinValue": "123456789"
}
],
"summary": {
"minRate": 65.87,
"maxRate": 266.88,
"avgRate": 147.03,
"instances": 6
}
}
],
"1972767655": [
{
"code": "99214",
"codeType": "CPT",
"negotiatedPrices": [
{
"negotiatedRate": 104.46,
"expirationDate": "2024-12-31",
"serviceCodes": [
"11"
],
"billingClass": "professional",
"negotiatedType": "negotiated",
"tinType": "EIN",
"tinValue": "555666777"
},
{
"negotiatedRate": 108.22,
"expirationDate": null,
"serviceCodes": [],
"billingClass": null,
"negotiatedType": "negotiated",
"tinType": null,
"tinValue": null
},
{
"negotiatedRate": 112.88,
"expirationDate": "2024-12-31",
"serviceCodes": [
"22"
],
"billingClass": "professional",
"negotiatedType": "negotiated",
"tinType": "EIN",
"tinValue": "555666777"
},
{
"negotiatedRate": 115.9,
"expirationDate": null,
"serviceCodes": [],
"billingClass": null,
"negotiatedType": "negotiated",
"tinType": null,
"tinValue": null
},
{
"negotiatedRate": 119.33,
"expirationDate": "2024-12-31",
"serviceCodes": [
"11"
],
"billingClass": "professional",
"negotiatedType": "negotiated",
"tinType": "EIN",
"tinValue": "555666777"
},
{
"negotiatedRate": 123.45,
"expirationDate": null,
"serviceCodes": [],
"billingClass": null,
"negotiatedType": "negotiated",
"tinType": null,
"tinValue": null
},
{
"negotiatedRate": 135.67,
"expirationDate": "2024-12-31",
"serviceCodes": [
"11"
],
"billingClass": "professional",
"negotiatedType": "negotiated",
"tinType": "EIN",
"tinValue": "555666777"
},
{
"negotiatedRate": 169.37,
"expirationDate": null,
"serviceCodes": [],
"billingClass": null,
"negotiatedType": "negotiated",
"tinType": null,
"tinValue": null
}
],
"summary": {
"minRate": 104.46,
"maxRate": 169.37,
"avgRate": 117.78,
"instances": 8
}
}
]
},
"meta": {
"planId": "942404110",
"planName": "UHC Choice Plus POS",
"payer": "UNH",
"requestId": "req_cf7f67790f92",
"timestamp": "2025-06-15T23:15:48.734729Z",
"processingTimeMs": 912,
"inNetworkRecordsCount": 14
}
}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 [email protected].
List of National Provider Identifiers (NPIs) to lookup pricing for
1 - 50 elements10-digit National Provider Identifier
["1043566623", "1972767655"]Medical billing code to retrieve pricing for
"99214"
Insurance plan identifier. Accepts:
"942404110"
Medical billing code standard:
CPT, NDC, HCPCS, RC, ICD, MS-DRG, R-DRG, S-DRG, APS-DRG, AP-DRG, APR-DRG, APC, LOCAL, EAPG, HIPPS, CDT, CSTM-ALL "CPT"
Successful pricing lookup
Pricing data organized by NPI, with each NPI containing an array of rate objects grouped by negotiated type
Show child attributes
Show child attributes
The billing code that was requested
"99214"
Medical billing code standard:
CPT, NDC, HCPCS, RC, ICD, MS-DRG, R-DRG, S-DRG, APS-DRG, AP-DRG, APR-DRG, APC, LOCAL, EAPG, HIPPS, CDT, CSTM-ALL "CPT"
Array of individual negotiated price details
Show child attributes
Individual negotiated rate amount
x >= 0128.8
Nature of the rate:
negotiated, derived, fee_schedule, percentage, per_diem "negotiated"
Date when this negotiated rate expires (ISO 8601 format). Null if no expiration date specified.
"2024-12-31"
Array of two-digit CMS Place of Service codes that identify where medical services are provided. Common codes include: 11 (Office), 21 (Inpatient Hospital), 22 (Outpatient Hospital), 23 (Emergency Room).
["11", "22"]Billing class or classification for this rate. Null if not specified.
"professional"
Tax Identification Number type (e.g., "EIN", "SSN"). Null if not specified.
"EIN"
Tax Identification Number value. Null if not specified.
"123456789"
Summary statistics for all negotiated rates
Show child attributes
Minimum negotiated rate amount found
x >= 0128.8
Maximum negotiated rate amount found
x >= 0151.53
Average negotiated rate amount
x >= 0140.16
Number of negotiated rate records found
x >= 05
Show child attributes
The insurance plan ID that was queried
"940360524"
Supported insurance payers. Only United Health (UNH) supported for now. More networks are actively being added.
UNH "UNH"
Unique identifier for this request (useful for support)
"req_abc123def456"
When this response was generated
"2024-01-15T14:30:00Z"
Processing time in milliseconds
245
Total number of in-network records found
42
The insurance plan name corresponding to the plan ID
"UHC Choice Plus POS"