Key Features

In-Network Pricing

Access contracted rates for healthcare providers across multiple billing codes, regions and insurance plans.

Procedure Likelihood

Get confidence scores indicating provider capability for specific medical services & procedures

Latest Data

Monthly-refreshed data with 99.9% uptime SLA

Getting Started

1

Contact Us

Contact us at support@docaroo.com to request API access and receive your API key

2

Authenticate

Authenticate by including your API key as a query parameter: ?key=your-api-key-here

3

Test

Test using our interactive documentation below or make your first API call

Quick Example

curl -X POST "https://care-navigation-gateway-ccg16t89.wl.gateway.dev/pricing/in-network?key=your-api-key-here" \
  -H "Content-Type: application/json" \
  -d '{
    "npis": ["1043566623", "1972767655"],
    "planId": "942404110",
    "conditionCode": "99214",
    "codeType": "CPT"
  }'