MED API (v2)

Number of APIs: 8

To use this collection first generate an access token.

  1. Go to the environment settings.
  2. Set the clientId and clientSecret variables' current values (DO NOT set the initial value).
  3. On the Authorization tab for the collection:
    1. Ensure the Scope is set to the scope(s) that are needed to make the requests as defined by the documentation.
    2. Click the button to generate a new access token. The access token is good for no more than one hour.
  4. The request tabs will use the access token generated for the collection.
  1. 01 Find a Practitioner - By Name, LicenseNumber, DeaNumber and Npi GET {{baseUrl}}/v2/practitioners/search?firstName=&middleName&lastName=&licenseNumber=&deaNumber&npi=

  2. 02 Determine If a Practitioner is Licensed - Get License Status GET {{baseUrl}}/v2/licensure/:fid/summary

  3. 03 Get information about a Practitioner - Get Practitioner profile GET {{baseUrl}}/v2/practitioners/:fid/profile

  4. 03 Get information about a Practitioner - Get General Board Order and License Information GET {{baseUrl}}/v2/practitioners/:fid/verification

  5. 03 Get information about a Practitioner - Get PDC Profile GET {{baseUrl}}/v2/practitioners/:fid/pdcprofile

  6. 03 Get information about a Practitioner - Get IMLCC Profile GET {{baseUrl}}/v1/imlcc/:fid/profile

  7. 03 Get information about a Practitioner - Get Training GET {{baseUrl}}/v2/practitioners/:fid/training

  8. 04 Get Board Orders - Get Board Order Document GET {{baseUrl}}/v2/boardOrders/:fid/public/:orderId