---
title: "Copy template to another workspace"
method: POST
path: "/templates/{id}/copy"
tags: ["Templates"]
---

# Copy template to another workspace

`POST /templates/{id}/copy`

Deep-copies a template (including fields, recipients, CC, reminders, custom field definitions, and the PDF document) to a target workspace within the same company. Requires a company-level (protected) API key.

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `workspace_id` string, uuid, required — Target workspace ID to copy the template into
  - `name` string — Name for the copied template (defaults to original name with " (copy)" suffix)

## Response `201`

Template copied successfully

- TemplateCopyResponse — Template copy response
  - `id` string, uuid, required — ID of the newly created template copy
  - `name` string, required — Name of the copied template
  - `workspace_id` string, uuid, required — Target workspace the template was copied to
  - `created_date` string, date-time, required — Creation timestamp

## Other responses

- `400` — Missing workspace_id or invalid name
- `401` — Unauthorized - Invalid or missing API key
- `403` — Protected API key required, or access denied
- `404` — Template or target workspace not found
- `429` — Too Many Requests - Rate limit exceeded

---

[API](https://skmtc.dev/firma/apis/firma-partner-api.md) · [All operations](https://skmtc.dev/firma/apis/firma-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/firma/firma-partner-api/revisions/5c03d6a9d080/schema)
