{ "opencollection": "1.0.0", "info": { "name": "Parseur async Template API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Template", "type": "folder" }, "items": [ { "info": { "name": "Get a template", "type": "http" }, "http": { "method": "GET", "url": "https://api.parseur.com/template/:id", "params": [ { "name": "id", "value": "{{TEMPLATE_ID}}", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a template" }, { "info": { "name": "Delete a template", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.parseur.com/template/:id", "params": [ { "name": "id", "value": "{{TEMPLATE_ID}}", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete a template" } ] } ], "bundled": true }