{ "opencollection": "1.0.0", "info": { "name": "Carbone Cloud HTTP Render Template API", "version": "4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Template", "type": "folder" }, "items": [ { "info": { "name": "Upload a template", "type": "http" }, "http": { "method": "POST", "url": "https://api.carbone.io/template", "body": { "type": "json", "data": "{}" } }, "docs": "Upload a template" }, { "info": { "name": "Download a template", "type": "http" }, "http": { "method": "GET", "url": "https://api.carbone.io/template/:templateId", "params": [ { "name": "templateId", "value": "", "type": "path" } ] }, "docs": "Download a template" }, { "info": { "name": "Delete a template", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.carbone.io/template/:templateId", "params": [ { "name": "templateId", "value": "", "type": "path" } ] }, "docs": "Delete a template" } ] } ], "bundled": true }