latestOpenAPI 3.1.02026-08-194237902.5 MB

563848e0ecc0

Credentialing Outreach Resource

List workflows eligible for multi-tenant outreach bundling

Returns non-terminal workflows with the same practitioner NPI and credentialing cycle as the initiating workflow, across all tenants (CP-30514).

get/credentialing-outreaches/bundlable-workflows

Query parameters

initiatingWorkflowIdstring required

Credentialing workflow ID that initiates the outreach

Headers

tenant-idstring required

Tenant ID

Response

Bundlable workflows retrieved successfully

idstring

Credentialing workflow ID

tenantIdstring

Tenant that owns the workflow

tenantNamestring

Display name of the owning tenant

practitionerNamestring

Practitioner display name

npistring

Practitioner NPI

credentialingCyclestring

Credentialing cycle

credentialingStatusstring

Current credentialing status

Example response

[
  {
    "credentialingCycle": "INITIAL"
  }
]