added

10.20.2022 API Release Notes

Release Date: 10/20/2022

Attachment: 10.20.2022 API Release Notes

What’s New

  1. Verified Share API Examples in the API Documentation
  2. Allow the NCSBN # to be passed in via the Provider Registration API
    1. Users of the Provider Registration API will now be able to pass in the NCSBN # via the API when available for APRNs and RNs. This data will be passed in through Nursys.
      1. For APRNs: NPI is required, NCBSN # is optional.
      2. For RNs: NPI is optional, NCSBN is required.
      3. For all other clinician types: NPI is required.
  3. Training and Medicare and Medicaid Data in the Verified Share API
    1. The Verified Share API will now return training data (including attested data) in the training section of the API rather than the work_history section. Additionally, medicare and medicaid sections will be omitted within the API response if no data is returned. This will ensure data is being returned in a more organized manner.
  4. API users can now access files via the Verified Share API prior to release
    1. API users will be able to access files via the Verified Share API even if the file has not been released. This allows for quicker access to the files and subsequent changes to the files will trigger web hooks that will trigger a re-pull of the data on the client’s side.

Fixes

  1. Correct code being returned for the Invite API
    1. The Invite API had a bug where it would return code 200 to the user even when PDFs failed to upload. This has been corrected on the backend and users will now receive a "40X" code when the invite could not be successfully sent because of an internal error.