v1
latestOpenAPI 3.1.02026-08-063776831.4 MBCredentialingWorkflow
Create a new record in any credentialing workflow section
Generic endpoint to create records in sections: appVerifications, boardCertifications, cds, dea, educationTraining, hospitalAffiliations, licenses, licensureActions, malpracticeInsurance, npdbReports, performanceIndicators, practiceLocations, professionalIds, sanctions, siteVisits, specialties, supportingDocuments
post/credentialing-workflows/{workflowId}/{sectionName}
Path parameters
sectionNamestring required
Section name. Available sections: appVerifications, boardCertifications, cds, dea, educationTraining, hospitalAffiliations, licenses, licensureActions, malpracticeInsurance, npdbReports, performanceIndicators, practiceLocations, professionalIds, sanctions, siteVisits, specialties, supportingDocuments
workflowIdstring required
Credentialing workflow ID
Headers
tenant-idstring required
Tenant ID
Request body
Example request
{
"verificationType": "Background Check",
"explanation": "Completed background check successfully",
"source": "Third Party Verification Service",
"createdBy": "user@example.com",
"updatedBy": "user@example.com",
"verifiedBy": "verifier@example.com",
"attachments": [
{
"createdAt": "2024-01-15T10:30:00Z",
"fileType": "DEA Certificate",
"fileUrl": "credentialing-workflow-attachments/workflow-123/dea/1729771200000_dea-certificate.pdf",
"originalFileName": "dea-certificate.pdf",
"expirationDate": "2025-12-31"
}
],
"disclosureQuestions": [
{
"question": "Are you able to perform all the essential functions?",
"answer": "Yes, I can perform all functions",
"answerFlag": "false",
"explanation": "Additional details if needed"
}
]
}Response
Record created successfully
object required