{ "opencollection": "1.0.0", "info": { "name": "Torii Apps Parsings API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Parsings", "type": "folder" }, "items": [ { "info": { "name": "Torii Get parse request", "type": "http" }, "http": { "method": "GET", "url": "https://api.toriihq.com/v1.0/parsings/:id", "headers": [ { "name": "X-API-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the parsing request." } ] }, "docs": "Returns the status and details of a file parsing request." }, { "info": { "name": "Torii Map CSV columns", "type": "http" }, "http": { "method": "PUT", "url": "https://api.toriihq.com/v1.0/parsings/manual", "headers": [ { "name": "X-API-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Maps CSV columns to Torii fields for manual parsing of uploaded files." } ] } ], "bundled": true }