Create project transfer request
Initiates a project transfer request from one team to another.
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.
Users can also accept the project transfer request using the claim URL: https://vercel.com/claim-deployment?code=<code>&returnUrl=<returnUrl>
.
The code
parameter specifies the project transfer request code generated using this endpoint.
The returnUrl
parameter redirects users to a specific page of the application if the claim URL is invalid or expired.
Authorizations
Default authentication mechanism
Path Parameters
The ID or name of the project to transfer.
Query Parameters
The Team identifier to perform the request on behalf of.
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
"my-team-url-slug"
Body
The URL to send a webhook to when the transfer is accepted.
The secret to use to sign the webhook payload with HMAC-SHA256.
Response
Code that can be used to accept the project transfer request.
"f99cc49a-602e-4786-a748-762dfb205880"