---
title: "Copy Design"
method: POST
path: "/design/copy"
tags: ["Design"]
---

# Copy Design

`POST /design/copy`

This endpoint creates a copy of the original Design. This can be used when organizations want to make a small change on the Design for new credentials, but don't want to change the old ones.

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

## 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)
