{ "opencollection": "1.0.0", "info": { "name": "Juro Contracts Templates API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Templates", "type": "folder" }, "items": [ { "info": { "name": "List templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.juro.com/v3/templates", "params": [ { "name": "skip", "value": "", "type": "query", "description": "Number of records to skip for pagination." }, { "name": "limit", "value": "", "type": "query", "description": "Number of records to return (max 200)." } ] }, "docs": "Returns a paginated list of all contract templates accessible to the API key holder." }, { "info": { "name": "Retrieve a template", "type": "http" }, "http": { "method": "GET", "url": "https://api.juro.com/v3/templates/:template_id", "params": [ { "name": "template_id", "value": "", "type": "path", "description": "The unique ID of the template." } ] }, "docs": "Retrieves a single template by ID, including its smart fields." } ] } ], "bundled": true }