latestOpenAPI 3.1.02026-08-194237902.5 MB
563848e0ecc0
CredentialingWorkflow
Set the US states in which a practitioner will be credentialed
Updates the statesToCredential field on the credentialing workflow identified by workflowId. Accepts an array of two-letter US state abbreviations (e.g. ["CA", "NY", "TX"]). Send an empty array ([]) to remove all state selections.
patch/credentialing-workflows/{workflowId}/states-to-credential
Path parameters
workflowIdstring required
ID of the credentialing workflow
Headers
tenant-idstring required
Tenant ID
Request body
Example request
{
"statesToCredential": [
"CA",
"NY",
"TX"
],
"reason": "Updated per request"
}Response
Successfully updated the states to credential
object required