v13
OpenAPI 3.0.32026-07-31359869.4 MBCreate project transfer request
Initiates a project transfer request from one team to another. <br/> Returns a code that remains valid for 24 hours and can be used to accept the transfer request by another team using the PUT /projects/transfer-request/:code endpoint. <br/> Users can also accept the project transfer request using the claim URL: https://vercel.com/claim-deployment?code=<code>&returnUrl=<returnUrl>. <br/> The code parameter specifies the project transfer request code generated using this endpoint. <br/> The returnUrl parameter redirects users to a specific page of the application if the claim URL is invalid or expired.
Path parameters
The ID or name of the project to transfer.
The ID or name of the project to transfer.
Query parameters
The Team identifier to perform the request on behalf of.
The Team slug to perform the request on behalf of.
Request body
Response
The project transfer request has been initiated successfully.
Example response
{
"code": "f99cc49a-602e-4786-a748-762dfb205880"
}