Skip to main content
GET
/
settings
/
email-templates
/
{template_name}
Get email template
curl --request GET \
  --url https://api.wacht.dev/settings/email-templates/{template_name} \
  --header 'Authorization: <api-key>'
{
  "template_name": "<string>",
  "template_data": "<string>",
  "template_from": "<string>",
  "template_reply_to": "<string>",
  "template_subject": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication (format: Bearer {api_key})

Path Parameters

template_name
string
required

Template name

Response

200 - application/json

Email template

template_name
string
template_data
string

HTML body of the email template

template_from
string
template_reply_to
string
template_subject
string