Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenant_id
string
required

Id of the tenant for which to retrieve the template.

template_id
string
required

Id of the template to be retrieved.

version
string
required

Version of the template to retrieve. Accepts "latest", "published", or a specific version string (e.g., "v1", "v2").

Response

id
string
required

The template's id

created_at
string
required

The timestamp at which the template was created

updated_at
string
required

The timestamp at which the template was last updated

published_at
string
required

The timestamp at which the template was published

version
string
required

The version of the template

data
TenantTemplateData · object
required

The template's data containing it's routing configs and Elemental content