Retrieves the number of licenses associated with a medical professional
GET {baseUrl}/v2/licensure/{fid}/summary
Name | In | Required | Type | Description |
---|---|---|---|---|
baseUrl |
path | True | string | The API URL. |
fid |
path | True | string | The FID of the practitioner. |
Name | Description | Type |
---|---|---|
200 | OK | LicenseSummary |
Scope | Description |
---|---|
med.read | Grants the ability to read basic physician information. |
Input:
GET {baseUrl}/v2/licensure/999999949/summary
Output:
{
"fid": "999999949",
"count": 1
}
For more examples go to samples.