• Features
  • Pricing
Get Started

OverviewList TemplatesCreate TemplateGet TemplateUpdate TemplateDelete Template

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-templates

Document 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.

POST /v1/labels/reorder

Persist a new ordering for labels.

GET /v1/document-templates

List document templates with pagination and an active-only filter.

On this page

Base PathEndpoints