Skip to content

Email Templates

Internal API for fetching custom email templates and images from core server

Get custom email template

Request

Retrieves a custom email template from the core server's file system

Security
bearerAuth
Path
templateNamestringrequired

Template name without .html extension

curl -i -X GET \
  'https://codeinsightapi.redocly.app/_mock/swagger/emailTemplates/{templateName}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Template content returned successfully