{ "opencollection": "1.0.0", "info": { "name": "Certify API Layer Facility Credentialing Outreach Resource API", "version": "1.0.0" }, "items": [ { "info": { "name": "Facility Credentialing Outreach Resource", "type": "folder" }, "items": [ { "info": { "name": "Send a new facility credentialing outreach email", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9000/facility-credentialing-outreaches", "headers": [ { "name": "tenant-id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Sends a credentialing outreach email for a facility credentialing workflow. For multi-tenant outreach, supply workflowIds (>1 entry) and initiatingWorkflowId." }, { "info": { "name": "Download email attachment", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:9000/facility-credentialing-outreaches/attachments/:attachmentId/download", "headers": [ { "name": "tenant-id", "value": "" } ], "params": [ { "name": "attachmentId", "value": "", "type": "path", "description": "Attachment ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a presigned URL for downloading an email attachment from Google Cloud Storage. The URL expires after 1 hour." }, { "info": { "name": "List all facility outreaches for a workflow", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:9000/facility-credentialing-outreaches/workflow/:workflowId", "headers": [ { "name": "tenant-id", "value": "" } ], "params": [ { "name": "workflowId", "value": "", "type": "path", "description": "Workflow ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a list of all facility outreaches associated with the specified facility credentialing workflow" }, { "info": { "name": "Get a single facility outreach with emails and replies", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:9000/facility-credentialing-outreaches/:outreachId/details", "headers": [ { "name": "tenant-id", "value": "" } ], "params": [ { "name": "outreachId", "value": "", "type": "path", "description": "Outreach ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the details of a facility outreach including all its emails, their replies, and a timeline" } ] } ], "bundled": true }