# ProvidersInfo Endpoints related to managing and listing providers' info. Education, insurance, training and CAQH login info can be added to providers. Education, liability insurance, and training can have multiple entries. They can be created via POST, modified by PATCH, and removed by DELETE methods. CAQH login info is a single entry per provider and can be created or replaced by PUT, removed by DELETE and modified by PATCH method. ## Get info for the existing provider - [GET /providers/{providerId}/info](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/getproviderinfo.md): Returns the info for a specific provider. ## Create or replace caqh login info for the existing provider - [PUT /providers/{providerId}/info/caqh](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/putprovidercaqhinfo.md): Creates or replaces the CAQH login info for a specific provider. ## Change an existing provider's CAQH login info - [PATCH /providers/{providerId}/info/caqh](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/patchprovidercaqhinfo.md): Change an existing CAQH login info associated with the specified provider. ## Delete existing CAQH login info for the existing provider - [DELETE /providers/{providerId}/info/caqh](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/deleteprovidercaqhinfo.md): Deletes an existing CAQH login info associated with the specified provider. ## Get CAQH login info for a provider - [GET /providers/{providerId}/info/caqh](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/getprovidercaqhinfo.md): Returns the CAQH login info associated with the specified provider. ## Change an existing provider's alias - [PUT /providers/{providerId}/info/aliases/{aliasId}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/putprovideraliasinfo.md): Change an existing alias associated with the specified provider. ## Get alias for the existing provider - [GET /providers/{providerId}/info/aliases/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/getprovideraliasinfo.md): Returns the alias for a specific provider. ## Delete existing alias for the existing provider - [DELETE /providers/{providerId}/info/aliases/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/deleteprovideraliasinfo.md): Deletes an existing alias associated with the specified provider. ## Create board certification info for the existing provider - [POST /providers/{providerId}/info/boardCertifications](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/createboardcertificationinfo.md): Add a board certification info for the specified provider. ## List board certifications - [GET /providers/{providerId}/info/boardCertifications](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/listboardcertificationsinfo.md): Returns all board certifications associated with the specified provider. ## Get board certification for the existing provider - [GET /providers/{providerId}/info/boardCertifications/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/getboardcertificationinfo.md): Returns the board certification for a specific provider. ## Change an existing provider's board certification info - [PATCH /providers/{providerId}/info/boardCertifications/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/patchboardcertificationinfo.md): Change an existing board certification info associated with the specified provider. ## Delete existing board certification info for the existing provider - [DELETE /providers/{providerId}/info/boardCertifications/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/deleteboardcertificationinfo.md): Deletes an existing board certification info associated with the specified provider. ## Create certificate info for the existing provider - [POST /providers/{providerId}/info/certificates](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/createcertificateinfo.md): Add a certificate info for the specified provider. ## List certificates - [GET /providers/{providerId}/info/certificates](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/listcertificateinfos.md): Returns all certificates associated with the specified provider. ## Get certificate for the existing provider - [GET /providers/{providerId}/info/certificates/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/getcertificateinfo.md): Returns the certificate for a specific provider. ## Change an existing provider's certificate info - [PATCH /providers/{providerId}/info/certificates/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/patchcertificateinfo.md): Change an existing certificate info associated with the specified provider. ## Delete existing certificate info for the existing provider - [DELETE /providers/{providerId}/info/certificates/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/deletecertificateinfo.md): Deletes an existing certificate info associated with the specified provider. ## Create liability insurance info for the existing provider - [POST /providers/{providerId}/info/liabilityInsurances](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/createproviderliabilityinsurance.md): Creates the liability insurance info for a specific provider. ## List liability insurances - [GET /providers/{providerId}/info/liabilityInsurances](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/listproviderliabilityinsuranceinfos.md): Returns all liability insurances associated with the specified provider. ## Get liability insurance for the existing provider - [GET /providers/{providerId}/info/liabilityInsurances/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/getproviderliabilityinsuranceinfo.md): Returns the liability insurance for a specific provider. ## Change an existing provider's liability insurance - [PATCH /providers/{providerId}/info/liabilityInsurances/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/patchproviderliabilityinsuranceinfo.md): Change an existing liability insurance associated with the specified provider. ## Delete existing liability insurance info for the existing provider - [DELETE /providers/{providerId}/info/liabilityInsurances/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/deleteproviderliabilityinsuranceinfo.md): Deletes an existing insurance info associated with the specified provider. ## Create education info for the existing provider - [POST /providers/{providerId}/info/educations](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/createprovidereducationinfo.md): Creates the education info for a specific provider. ## List educations - [GET /providers/{providerId}/info/educations](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/listprovidereducationinfos.md): Returns all educations associated with the specified provider. ## Get education for the existing provider - [GET /providers/{providerId}/info/educations/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/getprovidereducationinfo.md): Returns the education for a specific provider. ## Change an existing provider's education info - [PATCH /providers/{providerId}/info/educations/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/patchprovidereducationinfo.md): Change an existing education info associated with the specified provider. ## Delete existing education info for the existing provider - [DELETE /providers/{providerId}/info/educations/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/deleteprovidereducationinfo.md): Deletes an existing education info associated with the specified provider. ## Create training info for the existing provider - [POST /providers/{providerId}/info/trainings](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/createprovidertraininginfo.md): Creates the training info for a specific provider. ## List trainings - [GET /providers/{providerId}/info/trainings](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/listprovidertraininginfos.md): Returns all trainings associated with the specified provider. ## Get training for the existing provider - [GET /providers/{providerId}/info/trainings/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/getprovidertraininginfo.md): Returns the training for a specific provider. ## Change an existing provider's training info - [PATCH /providers/{providerId}/info/trainings/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/patchprovidertraininginfo.md): Change an existing training info associated with the specified provider. ## Delete existing training info for the existing provider - [DELETE /providers/{providerId}/info/trainings/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/deleteprovidertraininginfo.md): Deletes an existing training info associated with the specified provider. ## Create work history info for the existing provider - [POST /providers/{providerId}/info/workHistory](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/createproviderworkhistoryinfo.md): Creates the work history info for a specific provider. ## List work history entries - [GET /providers/{providerId}/info/workHistory](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/listproviderworkhistoryinfos.md): Returns all work history entries associated with the specified provider. ## Get work history for the existing provider - [GET /providers/{providerId}/info/workHistory/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/getproviderworkhistoryinfo.md): Returns the work history for a specific provider. ## Change an existing provider's work history info - [PATCH /providers/{providerId}/info/workHistory/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/patchproviderworkhistoryinfo.md): Change an existing work history info associated with the specified provider. ## Delete existing work history info for the existing provider - [DELETE /providers/{providerId}/info/workHistory/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/deleteproviderworkhistoryinfo.md): Deletes an existing work history info associated with the specified provider. ## Create DEA registration info for the existing provider - [POST /providers/{providerId}/info/dea](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/createdearegistrationinfo.md): Add a DEA registration info for the specified provider. ## List DEA registrations - [GET /providers/{providerId}/info/dea](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/listdearegistrationinfos.md): Returns all DEA registrations associated with the specified provider. ## Create address for an existing provider - [POST /providers/{providerId}/info/addresses](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/createprovideraddressinfo.md): Add an address for the specified provider. ## List addresses - [GET /providers/{providerId}/info/addresses](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/listprovideraddressinfos.md): Returns all addresses associated with the specified provider. ## List aliases - [GET /providers/{providerId}/info/aliases](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/listprovideraliasinfos.md): Returns all aliases associated with the specified provider. ## Create alias for an existing provider - [POST /providers/{providerId}/info/aliases](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/createprovideraliasinfo.md): Add an alias for the specified provider. ## Create email for an existing provider - [POST /providers/{providerId}/info/emails](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/createprovideremailinfo.md): Add an email for the specified provider. ## List emails - [GET /providers/{providerId}/info/emails](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/listprovideremailinfos.md): Returns all emails associated with the specified provider. ## Create medicaid enrollment info for the existing provider - [POST /providers/{providerId}/info/medicaidEnrollments](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/createprovidermedicaidenrollmentinfo.md): Creates the medicaid enrollment info for a specific provider. ## List Medicaid enrollments - [GET /providers/{providerId}/info/medicaidEnrollments](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/listprovidermedicaidenrollmentinfos.md): Returns all medicaid enrollments associated with the specified provider. ## Delete existing DEA registration info for the existing provider - [DELETE /providers/{providerId}/info/dea/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/deletedearegistrationinfo.md): Deletes an existing DEA registration info associated with the specified provider. ## Get DEA registration for the existing provider - [GET /providers/{providerId}/info/dea/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/getdearegistrationinfo.md): Returns the DEA registration for a specific provider. ## Change an existing provider's DEA registration info - [PATCH /providers/{providerId}/info/dea/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/patchdearegistrationinfo.md): Change an existing DEA registration info associated with the specified provider. ## Delete existing address for a provider - [DELETE /providers/{providerId}/info/addresses/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/deleteprovideraddressinfo.md): Deletes an existing address associated with the specified provider. ## Get address for an existing provider - [GET /providers/{providerId}/info/addresses/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/getprovideraddressinfo.md): Returns the address for a specific provider. ## Change an existing provider's address - [PUT /providers/{providerId}/info/addresses/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/putprovideraddressinfo.md): Change an existing address associated with the specified provider. ## Delete existing email for a provider - [DELETE /providers/{providerId}/info/emails/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/deleteprovideremailinfo.md): Deletes an existing email associated with the specified provider. ## Get email for the existing provider - [GET /providers/{providerId}/info/emails/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/getprovideremailinfo.md): Returns the email for a specific provider. ## Change an existing provider's email - [PUT /providers/{providerId}/info/emails/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/putprovideremailinfo.md): Change an existing email associated with the specified provider. ## Delete existing Medicaid enrollment info for the existing provider - [DELETE /providers/{providerId}/info/medicaidEnrollments/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/deleteprovidermedicaidenrollmentinfo.md): Deletes an existing Medicaid enrollment info associated with the specified provider. ## Get medicaid enrollment info for the existing provider - [GET /providers/{providerId}/info/medicaidEnrollments/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/getprovidermedicaidenrollmentinfo.md): Returns the medicaid enrollment for a specific provider ## Change an existing provider's Medicaid enrollment info - [PATCH /providers/{providerId}/info/medicaidEnrollments/{id}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/providersinfo/patchprovidermedicaidenrollmentinfo.md): Change an existing Medicaid enrollment info associated with the specified provider.