Skip to main content
GET
Get contract type template content

Authorizations

x-api-key
string
header
required

API key for authentication. Get your key at https://app.tomorro.com/settings/integrations?integration=api-key

Path Parameters

templateId
string
required

The unique identifier (UUID) of the template

Example:

"550e8400-e29b-41d4-a716-446655440001"

Response

Template content with Slate content and contentText

id
string
required

Unique identifier of the template.

Example:

"550e8400-e29b-41d4-a716-446655440000"

language
string
required

Language of the template.

Example:

"FR"

content
string[]
required

The rich-text content of the template (Slate editor format).

Example:
contentText
string
required

Plain-text rendering of content (Slate → text). Prefer this for LLM / text consumers; use content for rich editing.

Example:

"Template content"