{ "opencollection": "1.0.0", "info": { "name": "Truv Admin Templates API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Access-Client-Id", "value": "{{X-Access-Client-Id}}", "placement": "header" } }, "items": [ { "info": { "name": "Templates", "type": "folder" }, "items": [ { "info": { "name": "List templates.", "type": "http" }, "http": { "method": "GET", "url": "https://prod.truv.com/v1/templates/" }, "docs": "List templates." }, { "info": { "name": "Create a template.", "type": "http" }, "http": { "method": "POST", "url": "https://prod.truv.com/v1/templates/", "body": { "type": "json", "data": "{}" } }, "docs": "Create a template." }, { "info": { "name": "Retrieve a template.", "type": "http" }, "http": { "method": "GET", "url": "https://prod.truv.com/v1/templates/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the resource." } ] }, "docs": "Retrieve a template." }, { "info": { "name": "Update a template.", "type": "http" }, "http": { "method": "PATCH", "url": "https://prod.truv.com/v1/templates/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a template." }, { "info": { "name": "Delete a template.", "type": "http" }, "http": { "method": "DELETE", "url": "https://prod.truv.com/v1/templates/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the resource." } ] }, "docs": "Delete a template." } ] } ], "bundled": true }