{ "opencollection": "1.0.0", "info": { "name": "Torii Apps Contracts API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Contracts", "type": "folder" }, "items": [ { "info": { "name": "Torii Get contract", "type": "http" }, "http": { "method": "GET", "url": "https://api.toriihq.com/v1.0/contracts/:idContract", "headers": [ { "name": "X-API-Version", "value": "" } ], "params": [ { "name": "idContract", "value": "", "type": "path", "description": "The unique identifier of the contract." } ] }, "docs": "Returns details of a specific contract by ID." }, { "info": { "name": "Torii Update contract", "type": "http" }, "http": { "method": "PUT", "url": "https://api.toriihq.com/v1.0/contracts/:idContract", "headers": [ { "name": "X-API-Version", "value": "" } ], "params": [ { "name": "idContract", "value": "", "type": "path", "description": "The unique identifier of the contract." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing contract." } ] } ], "bundled": true }