{ "opencollection": "1.0.0", "info": { "name": "SignWell Developer API Application Template API", "version": "v1" }, "items": [ { "info": { "name": "Template", "type": "folder" }, "items": [ { "info": { "name": "List Templates", "type": "http" }, "http": { "method": "GET", "url": "https://www.signwell.com/api/v1/document_templates", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Returns a paginated list of templates for the authenticated account." }, { "info": { "name": "Create Template", "type": "http" }, "http": { "method": "POST", "url": "https://www.signwell.com/api/v1/document_templates", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Creates a new template." }, { "info": { "name": "Get Template", "type": "http" }, "http": { "method": "GET", "url": "https://www.signwell.com/api/v1/document_templates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Returns a template and all associated template data. Supply the unique template ID from either a Create Template request or template page URL." }, { "info": { "name": "Update Template", "type": "http" }, "http": { "method": "PUT", "url": "https://www.signwell.com/api/v1/document_templates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Updates an existing template." }, { "info": { "name": "Delete Template", "type": "http" }, "http": { "method": "DELETE", "url": "https://www.signwell.com/api/v1/document_templates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Deletes a template. Supply the unique template ID from either a Create Template request or template page URL." } ] } ], "bundled": true }