---
title: "Copy EmailTemplate"
method: POST
path: "/emailTemplate/copy"
tags: ["EmailTemplate"]
---

# Copy EmailTemplate

`POST /emailTemplate/copy`

This endpoint creates a copy of the original EmailTemplate.

The request body contains the `id` of the original EmailTemplate.

## Headers

- `api-version` string, required

## Request body

- CopyRequest
  - `id` string, required — ID of the entity to copy

## Response `200`

Successful response

- ApiResponse
  - `message` string, nullable
  - `hasError` boolean
  - `validationErrors` string[]
  - `data` unknown
  - `content` unknown

---

[API](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation.md) · [All operations](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sertifier/sertifier-credential-api-documentation/revisions/98c494325aae/schema)
