Get a specific license from a provider

Returns the data and latest verification for a specific license attached to a specific provider.

Request
path Parameters
providerId
required
string <uuid>

The identifier describing the provider that holds the license.

licenseId
required
string <uuid>

The identifier describing the license that you want to get the data for.

Responses
200

Success

400

Bad Request

401

Unauthorized

404

Not Found

500

Server Error

get/providers/{providerId}/licenses/{licenseId}
Response samples
application/json
{
  • "providerId": "4834bcdc-4a64-444d-966b-1a6fe381da24",
  • "licenseNumber": "string",
  • "firstName": "string",
  • "lastName": "string",
  • "state": "AL",
  • "jobStatus": "Idle",
  • "nonVerifiedInfo": {
    },
  • "currentVerificationStatus": "Found",
  • "currentVerification": {
    },
  • "restrictionStatus": "None",
  • "approvedStatus": "Pending",
  • "isPrimary": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "isCurrentlyPracticing": true,
  • "prescriptiveAuthority": "RequiredMet",
  • "collaboratingProviderId": "79ac5e55-1b65-4bd8-a907-2b31ef7aa4a6",
  • "licenseType": {
    }
}