{ "opencollection": "1.0.0", "info": { "name": "Particle Health Authentication Documents API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "Submit Document", "type": "http" }, "http": { "method": "POST", "url": "https://api.particlehealth.com/api/v1/documents" }, "docs": "Upload a document (CCDA, discharge summary, etc.) with metadata for ingestion." }, { "info": { "name": "Get Document", "type": "http" }, "http": { "method": "GET", "url": "https://api.particlehealth.com/api/v1/documents/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Document" }, { "info": { "name": "Delete Document", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.particlehealth.com/api/v1/documents/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Document" }, { "info": { "name": "Get Patient Documents", "type": "http" }, "http": { "method": "GET", "url": "https://api.particlehealth.com/api/v1/documents/patient/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Patient Documents" } ] } ], "bundled": true }