{ "opencollection": "1.0.0", "info": { "name": "Pipeline Backend Admin Ingestor API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Ingestor", "type": "folder" }, "items": [ { "info": { "name": "GET /v1/ingestor/bootstrap", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/ingestor/bootstrap", "params": [ { "name": "customerId", "value": "", "type": "query" }, { "name": "siteExternalId", "value": "", "type": "query" } ] } }, { "info": { "name": "POST /v1/ingestor/captures", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/ingestor/captures", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "PATCH /v1/ingestor/captures/{id}/upload-complete", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v1/ingestor/captures/:id/upload-complete", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /v1/ingestor/scans", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/ingestor/scans", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }