# Approve Provider Credentialing Workflow Move a provider credentialing workflow to approved status. Approval Criteria - The workflow must exist and be accessible to the current organization and user. - The workflow can only be approved by Medical Director or Provisional Approver. - The workflow must be in state (PSV ready, Tabled, Hold for Cred Comm) that allows the requested transition. - Once the workflow is in the approved state, it cannot be reverted by any user besides Supervisor. Endpoint: PUT /v2/credentialing-workflows/{id}/steps/move-to-cred-approved Security: BearerAuth ## Header parameters: - `organization-id` (string) ## Path parameters: - `id` (string, required) ## Request fields (application/json): - `credStatusDate` (string) Timestamp at which credentialing was approved/denied. - `medicalDirectorId` (string) ID of the medical director authorized to communicate the approval as assigned by Certify. ## Response 204 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields