Endpoints
Read operations require the
contract-templates:read scope. Mutations require contract-templates:write.Key concepts
- Templates store a structured
templateJsonpayload with sections and merge variables consumed by PDF and e-sign workflows. typedistinguishes customer, supplier, and partner contract variants; omit it for all-purpose templates.- Optional
translationblocks let you attach localized metadata and HTML bodies—fetch withlocale(orlang) query parameters. - Webhook events (
contract-template.created|updated|deleted) fire on changes for downstream sync. - Template variables can be documented inside
translation.variablesto help consumer apps populate dynamic data.