v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
CredentialingWorkflow

Check NPDB required fields for a credentialing workflow

Validates that all tenant-configured required fields are present and non-empty on the practitioner OV data. Returns which fields pass and which are missing without triggering the pipeline.

get/credentialing-workflows/{workflowId}/pipeline-runs/npdb-required-fields-check

Path parameters

workflowIdstring required

ID of the credentialing workflow

Headers

tenant-idstring required

Tenant ID

Response

Validation result with missing fields

validboolean

True when no required fields are missing.

allRequiredFieldsstring[]

Effective list of configured required-field registry keys, in config order.

missingFieldsstring[]

Subset of allRequiredFields that are missing on the practitioner OV data.