Retrieve a template
Retrieve one template by id. Org-scoped; a cross-org or unknown id returns 404. Requires the send or read:emails scope.
GET
Retrieve one template by id. Org-scoped; a cross-org or unknown id returns 404. Requires the send or read:emails scope.
Loading code example
Loading code example
Authorizations
Authorizationstringheaderrequired
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
idstringrequired
The template id (`tmpl_…`).
Response
application/json
The template.
object"template"requiredAllowed values:
"template"idstringrequirednamestringrequiredhtmlstringrequiredtextstringrequiredvariables_schemaobjectrequiredOpaque JSON schema-ish object; only its `required` list is enforced, at send time.
created_atstring<date-time>requiredupdated_atstring<date-time>required