Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 859 Bytes

get-license-status.md

File metadata and controls

47 lines (32 loc) · 859 Bytes

Get License Status

Retrieves the number of licenses associated with a medical professional

GET {baseUrl}/v2/licensure/{fid}/summary

URI Parameters

Name In Required Type Description
baseUrl path True string The API URL.
fid path True string The FID of the practitioner.

Responses

Name Description Type
200 OK LicenseSummary

Security

Scopes

Scope Description
med.read Grants the ability to read basic physician information.

Example

Input:

GET {baseUrl}/v2/licensure/999999949/summary

Output:

{
    "fid": "999999949",
    "count": 1
}

For more examples go to samples.