MED API (v2)
Number of APIs: 8
To use this collection first generate an access token.
- Go to the environment settings.
- Set the
clientId
andclientSecret
variables' current values (DO NOT set the initial value). - On the
Authorization
tab for the collection:- Ensure the
Scope
is set to the scope(s) that are needed to make the requests as defined by the documentation. - Click the button to generate a new access token. The access token is good for no more than one hour.
- Ensure the
- The request tabs will use the access token generated for the collection.
-
01 Find a Practitioner - By Name, LicenseNumber, DeaNumber and Npi GET {{baseUrl}}/v2/practitioners/search?firstName=&middleName&lastName=&licenseNumber=&deaNumber&npi=
-
02 Determine If a Practitioner is Licensed - Get License Status GET {{baseUrl}}/v2/licensure/:fid/summary
-
03 Get information about a Practitioner - Get Practitioner profile GET {{baseUrl}}/v2/practitioners/:fid/profile
-
03 Get information about a Practitioner - Get General Board Order and License Information GET {{baseUrl}}/v2/practitioners/:fid/verification
-
03 Get information about a Practitioner - Get PDC Profile GET {{baseUrl}}/v2/practitioners/:fid/pdcprofile
-
03 Get information about a Practitioner - Get IMLCC Profile GET {{baseUrl}}/v1/imlcc/:fid/profile
-
03 Get information about a Practitioner - Get Training GET {{baseUrl}}/v2/practitioners/:fid/training
-
04 Get Board Orders - Get Board Order Document GET {{baseUrl}}/v2/boardOrders/:fid/public/:orderId