For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get a list of all email templates.

Required permissions: Create and edit email templates

get
Query parameters
apiTokenstringRequired

API authentication token

Responses
200

OK

application/json
templateIDstringOptional
namestringOptional
descriptionstringOptional
createDatestring · date-timeOptional
lastModifiedstring · date-timeOptional
get/mail/templates
GET /mail/templates?apiToken=text HTTP/1.1
Host: api.ubiquity.co.nz
Accept: */*
[
  {
    "templateID": "text",
    "name": "text",
    "description": "text",
    "createDate": "2026-01-01T00:00:00.000Z",
    "lastModified": "2026-01-01T00:00:00.000Z"
  }
]

Last updated

Was this helpful?