{ "opencollection": "1.0.0", "info": { "name": "Silna Public OldV1PriorAuthorizationResource V1BulkExportResource API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "V1BulkExportResource", "type": "folder" }, "items": [ { "info": { "name": "Get bulk export", "type": "http" }, "http": { "method": "GET", "url": "https://app.silnahealth.com/api/public/v1/bulk-export/:bulk_export_id", "params": [ { "name": "bulk_export_id", "value": "", "type": "path" } ] }, "docs": "Get bulk export" }, { "info": { "name": "Create bulk export", "type": "http" }, "http": { "method": "POST", "url": "https://app.silnahealth.com/api/public/v1/bulk-export/", "body": { "type": "json", "data": "{}" } }, "docs": "Create bulk export" } ] } ], "bundled": true }