Skip to main content
POST

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 assess

Required array length: 1 - 50 elements

10-digit National Provider Identifier

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

Medical billing code to evaluate likelihood for

Example:

"81416"

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 likelihood assessment

data
object
required

Likelihood data organized by NPI

meta
object
required