# CredentialingRequests These endpoints allow you to create and get credentialing requests. A credentialing request is a workflow that supports the creation of a credentialing packet. You can create a request for Verifiable's NCQA-certified CVO services to process or you can choose to self manage the workflow. By default, a CVO credentialing request will be created unless self managed is specified. Once a request has been created you cannot change between self managed and CVO. Multiple credentialing events can be created and managed for a provider. When a CVO credentialing request is created, the request will be sent directly to the Verifiable CVO team to begin processing. You can check the status of the request by querying the [GetCredentialingRequest](#operation/GetCredentialingRequest) or [ListCredentialingRequests](#operation/ListCredentialingRequests) operations. To keep track of the request, events are created to manage each stage of the credentialing request process using the [CreateCredentialingRequestEvent](#operation/CreateCredentialingRequestEvent) operation. You can also fetch specific events using the [GetCredentialingRequestEvent](#operation/GetCredentialingRequestEvent) operation. ## Aggregate provider credentialing request owners - [GET /credentialing-requests/aggregations/owners](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/credentialingrequests/aggregatecredentialingrequestowners.md): Returns an aggregation of all owners assigned to provider credentialing requests ## Create a new credentialing request - [POST /credentialing-requests](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/credentialingrequests/createcredentialingrequest.md): Creates a new credentialing request for a provider or facility. ## List credentialing requests - [GET /credentialing-requests](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/credentialingrequests/listcredentialingrequests.md): Returns credentialing requests ## Create a new credentialing request event - [POST /credentialing-requests/{requestId}/events](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/credentialingrequests/createcredentialingrequestevent.md): Creates a new event for a credentialing request. ## Get a specific credentialing request - [GET /credentialing-requests/{requestId}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/credentialingrequests/getcredentialingrequest.md): Returns the data for a specific credentialing request. ## Patch an existing credentialing request - [PATCH /credentialing-requests/{requestId}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/credentialingrequests/patchcredentialingrequest.md): Changes properties for an existing credentialing request. ## Get credentialing requests aggregations - [GET /credentialing-requests/aggregations](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/credentialingrequests/getcredentialingrequestaggregations.md): Returns aggregated counts for provider or facility credentialing requests. ## Get the credentialing data for a facility - [GET /facilities/{facilityId}/credentialing-data](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/credentialingrequests/getfacilitycredentialingdata.md): Returns the credentialing data for a facility. ## Get the credentialing data for a provider - [GET /providers/{providerId}/credentialing-data](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/credentialingrequests/getprovidercredentialingdata.md): Returns the credentialing data for a provider. ## Create or replace a credentialing request checklist - [PUT /credentialing-requests/{requestId}/checklist](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/credentialingrequests/createcredentialingrequestchecklist.md): Creates or replaces a checklist for a credentialing request.