List templates

List all of the organization's templates. This endpoint is not paginated and rows are returned in unspecified order.

GEThttps://api.mailfully.com/v1/templates

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>required
data.object"template"required
Allowed values: "template"
data.idstringrequired
data.namestringrequired
data.htmlstringrequired
data.textstringrequired
data.variables_schemaobjectrequired

Opaque JSON schema-ish object; only its `required` list is enforced, at send time.

data.created_atstring<date-time>required
data.updated_atstring<date-time>required