---
title: "Accept project transfer request"
method: PUT
path: "/projects/transfer-request/{code}"
tags: ["projects"]
---

# Accept project transfer request

`PUT /projects/transfer-request/{code}`

Accept a project transfer request initated by another team. <br/> The `code` is generated using the `POST /projects/:idOrName/transfer-request` endpoint.

## Path parameters

- `code` string, required — The code of the project transfer request.

## Query parameters

- `teamId` string
- `slug` string

## Request body

- object
  - `newProjectName` string — The desired name for the project
  - `paidFeatures` object
    - `concurrentBuilds` integer, nullable
    - `passwordProtection` boolean, nullable
    - `previewDeploymentSuffix` boolean, nullable
  - `acceptedPolicies` object

## Response `202`

The project has been transferred successfully.

- union
  - object
    - `partnerCalls` object[], required
      - `installationId` string, required
      - `resourceIds` string[], required
      - `result` object, required
        - `status` 'errored' | 'fulfilled', required
        - `error` object
        - `code` string
    - `resourceTransferErrors` object[], required
    - `transferredStoreIds` string[], required
  - object

## Other responses

- `400` — One of the provided values in the request body is invalid. One of the provided values in the request query is invalid.
- `401` — The request is not authorized.
- `403` — You do not have permission to access this resource.
- `404`
- `410`
- `422`

---

[API](https://skmtc.net/vercel/apis/api.md) · [All operations](https://skmtc.net/vercel/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vercel/api/versions/b4d86a3e3479/schema)
