---
title: "Copy documents to another inbox"
method: PATCH
path: "/documents/{inbox_id}/copy_inbox"
tags: ["documents"]
---

# Copy documents to another inbox

`PATCH /documents/{inbox_id}/copy_inbox`

Copy documents in the provided list to another inbox.

If the destination inbox is the same as the original inbox, the request will be aborted, no duplicates
will be created


**Permission required:** review

## Request body

- DocumentIds
  - `document_ids` string[]

## Response `200`

Success

## Other responses

- `403` — Permission insufficient

---

[API](https://skmtc.net/contractp/apis/contract-p.md) · [All operations](https://skmtc.net/contractp/apis/contract-p/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/contractp/contract-p/versions/8ce53ebd6bd3/schema)
