API Docs / Operations / Document Templates / Validate Template Syntax

Validate Template Syntax

POST /tenants/{tenant}/document-templates/validate

Parses a Liquid template fragment under the real rendering engine and returns any syntax error with its location. Does not render or require data.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

Request Body*

{
  "content": "string"
}

Responses

401 Unauthorized – Invalid or missing API key