Document Templates
Document Templates
Reference for listing, creating, retrieving, updating, and deleting document templates.
Document Templates endpoints let you manage template records through the Blueputto Public API.
Base Path
/v1/document-templatesDocument template payloads are open-ended in the public OpenAPI schema. Use this section for the endpoint contract and send the template fields your workspace expects.
Endpoints
GET /v1/document-templates
List templates with pagination and the active-only filter.
POST /v1/document-templates
Create a new template from a JSON request body.
GET /v1/document-templates/{documentTemplateId}
Fetch a single template by UUID.
PATCH /v1/document-templates/{documentTemplateId}
Partially update an existing template.
DELETE /v1/document-templates/{documentTemplateId}
Delete a template.