Get an existing provider

Returns the data for a specific provider.

Request
path Parameters
providerId
required
string <uuid>

Identifier of the provider to get the data for.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

get/providers/{providerId}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "firstName": "string",
  • "lastName": "string",
  • "dateOfBirth": "2019-08-24T14:15:22Z",
  • "ssn": "string",
  • "credentialingStatus": "string",
  • "credentialedDate": "2019-08-24T14:15:22Z",
  • "nextCredentialingDate": "2019-08-24",
  • "npi": 0,
  • "deactivated": true,
  • "deactivatedAt": "2019-08-24T14:15:22Z",
  • "aliases": [
    ],
  • "addresses": [
    ],
  • "emails": [
    ],
  • "phone": "string",
  • "languages": [
    ],
  • "recredentialedDates": [
    ],
  • "providerType": {
    },
  • "createdAt": "2019-08-24T14:15:22Z"
}