Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

NPI response

npi
string
required

The NPI number given by NPPES.

entity_type_code
enum<string>

The entity type code given by NPPES. '0' = Unknown. '1' = Professional. '2' = Insitutional.

Available options:
0,
1,
2
display_name
string

This is the name used for displaying to end users. If the NPI has an entity_type_code of 1, then we join the first and last name together. If the NPI has an entity_type_code of 2, then we display the org_name

org_name
string | null

If the NPI has an entity_type_code of 2, this will be the organizations name. If the entity_type_code is 2, it will be null.

pro_last_name
string | null

If the NPI has an entity_type_code of 1, this will be the providers last name. If the entity_type_code is 1, it will be null.

pro_first_name
string | null

If the NPI has an entity_type_code of 1, this will be the providers first name. If the entity_type_code is 1, it will be null.

pro_middle_name
string | null

If the NPI has an entity_type_code of 1, this will be the providers middle name. If the entity_type_code is 1, it will be null.

provider_enumeration_date
string | null

The enumeration date for the provider

last_update_date
string | null

The last time the provider was updated inside the NPPES dataset.

certification_date
string | null

The certification date for the provider

npi_deactivation_date
string | null

The deactivation date for the provider

npi_reactivation_date
string | null

The reactivation date for the provider