{ "opencollection": "1.0.0", "info": { "name": "CertifyOS V2/facility Credentialing Workflows API" }, "items": [ { "info": { "name": "v2/facility-credentialing-workflows", "type": "folder" }, "items": [ { "info": { "name": "Cancel Facility Credentialing Workflow", "type": "http" }, "http": { "method": "PUT", "url": "https://ng-api-production.certifyos.com/v2/facility-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 facility credentialing workflow to cancel status." }, { "info": { "name": "Approve Facility Credentialing Workflow", "type": "http" }, "http": { "method": "PUT", "url": "https://ng-api-production.certifyos.com/v2/facility-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 facility credentialing workflow to approved status." }, { "info": { "name": "Deny Facility Credentialing Workflow", "type": "http" }, "http": { "method": "PUT", "url": "https://ng-api-production.certifyos.com/v2/facility-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 facility credentialing workflow to denied status." } ] } ], "bundled": true }