{ "opencollection": "1.0.0", "info": { "name": "PandaDoc REST API Logs Templates API", "version": "7.18.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Templates", "type": "folder" }, "items": [ { "info": { "name": "List Templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.pandadoc.com/public/v1/templates", "params": [ { "name": "count", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "page", "value": "", "type": "query", "description": "Page number to retrieve, starting from 1." }, { "name": "q", "value": "", "type": "query", "description": "Search by template name substring." }, { "name": "tag", "value": "", "type": "query", "description": "Filter by template tag (exact match)." }, { "name": "folder_uuid", "value": "", "type": "query", "description": "Filter by folder identifier." }, { "name": "deleted", "value": "", "type": "query", "description": "If true, include deleted templates in the results." }, { "name": "id", "value": "", "type": "query", "description": "Filter by specific template identifier." } ] }, "docs": "Returns a paginated list of templates available in the authenticated workspace. Supports filtering by tag, folder, and search query." }, { "info": { "name": "Get Template Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.pandadoc.com/public/v1/templates/:id/details", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the template." } ] }, "docs": "Retrieves detailed information about a specific template including its roles, fields, tokens, pricing tables, and content configuration. Use this information to determine the data needed when creating documents from this template." }, { "info": { "name": "Delete Template", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.pandadoc.com/public/v1/templates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the template." } ] }, "docs": "Permanently deletes a template by its identifier. This action cannot be undone and will prevent creation of new documents from this template. Existing documents created from this template are not affected." } ] } ], "bundled": true }