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
401
Incorrect Permissions or Invalid API Token
application/json
500
Engage Server Error. Unable to process response at this time.
application/json
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?

