v1
latestOpenAPI 3.1.02026-07-224239180.9 KBTemplate
Get a template
Returns one organization email or calendar template, including its type, content, and send metadata. The template must belong to the authenticated organization or the request returns not found.
get/v1/templates/{templateId}
Path parameters
templateIdstring required
a template ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.
Example:tpl_a1b2c3d4e5f64789a1b2c3d4e5f64789
Response
Success
Example response
{
"id": "tpl_a1b2c3d4e5f64789a1b2c3d4e5f64789"
}