{ "opencollection": "1.0.0", "info": { "name": "CertifyOS V2/credentialing Workflows API" }, "items": [ { "info": { "name": "v2/credentialing-workflows", "type": "folder" }, "items": [ { "info": { "name": "Approve Provider Credentialing Workflow", "type": "http" }, "http": { "method": "PUT", "url": "https://ng-api-production.certifyos.com/v2/credentialing-workflows/:id/steps/move-to-cred-approved", "headers": [ { "name": "organization-id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Move a provider credentialing workflow to approved status.

\n Approval Criteria
\n - The workflow must exist and be accessible to the current organization and user.
\n - The workflow can only be approved by Medical Director or Provisional Approver.
\n - The workflow must be in state (PSV ready, Tabled, Hold for Cred Comm) that allows the \n requested transition.
\n - Once the workflow is in the approved state, it cannot be reverted by any user be" }, { "info": { "name": "Deny Provider Credentialing Workflow", "type": "http" }, "http": { "method": "PUT", "url": "https://ng-api-production.certifyos.com/v2/credentialing-workflows/:id/steps/move-to-cred-denied", "headers": [ { "name": "organization-id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Move a provider credentialing workflow to denied status.

\n Denial Criteria
\n - The workflow must exist and be accessible to the current organization and user.
\n - The workflow can only be denied by Medical Director or Provisional Approver.
\n - The workflow must be in state (PSV ready, Tabled, Hold for Cred Comm) that allows the \n requested transition.
\n - Once the workflow is in the denied state, it cannot be reverted by any user besides S" }, { "info": { "name": "Table Provider Credentialing Workflow", "type": "http" }, "http": { "method": "PUT", "url": "https://ng-api-production.certifyos.com/v2/credentialing-workflows/:id/steps/move-to-tabled", "headers": [ { "name": "organization-id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Move a provider credentialing workflow to tabled status.

\n Tabled Criteria
\n - The workflow must exist and be accessible to the current organization and user.
\n - The workflow can only be tabled by Medical Director or Provisional Approver.
\n - The workflow must be in state (PSV ready, Hold for Cred Comm) that allows the requested transition.
" }, { "info": { "name": "Cancel Provider Credentialing Workflow", "type": "http" }, "http": { "method": "PUT", "url": "https://ng-api-production.certifyos.com/v2/credentialing-workflows/:id/steps/move-to-cancel", "headers": [ { "name": "organization-id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Move a provider credentialing workflow to cancel status.

\n Cancellation Criteria
\n - The workflow must exist and be accessible to the current organization and user.
\n - The workflow can only be approved by Credentialing User, Supervisor, Medical Director or Provisional Approver.
\n - Once the workflow is in the cancelled state, it cannot be reverted by any user besides Supervisor.
" }, { "info": { "name": "Get Outreach Correspondences for a Provider Credentialing Workflow", "type": "http" }, "http": { "method": "GET", "url": "https://ng-api-production.certifyos.com/v2/credentialing-workflows/:id/outreach-correspondences", "headers": [ { "name": "organization-id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns outreach correspondences for the specified workflow with snake_case external field names." } ] } ], "bundled": true }