v1

latestOpenAPI 3.0.02026-07-24212113249.1 KB
Email

List email templates

get/email-template

Headers

organizationstring required

The URL of the end user web application

Response

Successful response

idstring required

The unique ID of the email template.

template_namestring required

The name of the email template

typestring required

The type of the email template

templatestring required

The HTML formatted text of the email template

templatesobject required
localizedobject required

An ISO 639-1 language code

Example response

[
  {
    "id": "61886612d37f875060b4749c",
    "template_name": "confirmation-of-password"
  }
]