Backend API
Retrieve email template by name
cURL
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>" }
API key authentication (format: Bearer {api_key})
Template name
Email template
HTML body of the email template
Was this page helpful?