List templates
List all of the organization's templates. This endpoint is not paginated and rows are returned in unspecified order.
GET
List all of the organization's templates. This endpoint is not paginated and rows are returned in unspecified order. Templates are org-scoped and not partitioned by environment. 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.
Response
application/json
The organization's templates.
dataarray<object>requireddata.object"template"requiredAllowed values:
"template"data.idstringrequireddata.namestringrequireddata.htmlstringrequireddata.textstringrequireddata.variables_schemaobjectrequiredOpaque JSON schema-ish object; only its `required` list is enforced, at send time.
data.created_atstring<date-time>requireddata.updated_atstring<date-time>required