Skip to content

Check if custom email template exists

Request

Checks if a custom email template exists on the core server

Security
bearerAuth
Path
templateNamestringrequired

Template name without .html extension

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

Responses

Template exists