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.
Default authentication mechanism
The ID or name of the project to transfer.
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"
The project transfer request has been initiated successfully.
The response is of type object
.
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.
Default authentication mechanism
The ID or name of the project to transfer.
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"
The project transfer request has been initiated successfully.
The response is of type object
.