Get info for the existing provider

Returns the info for a specific provider.

Request
path Parameters
providerId
required
string <uuid>

Identifier of the provider to get the data for.

query Parameters
providerInfoType
Array of strings

If not specified, will return all data for the provider. Info types can be combined, ex.: providerInfoType=licenses&providerInfoType=deaRegistrations.

Items Enum: "BasicInfo" "Caqh" "LiabilityInsurance" "Education" "Training" "WorkHistory" "DeaRegistrations" "Licenses" "BoardCertifications" "Certificates"
Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

get/providers/{providerId}/info
Response samples
application/json
{
  • "BasicInfo": {
    },
  • "CaqhInfo": {
    },
  • "LiabilityInsurance": [
    ],
  • "Education": [
    ],
  • "Training": [
    ]
}