Create a project transfer request

Creates a transfer request for the specified project. The request expires after a set period.
To accept the request, the recipient calls PUT /projects/{project_id}/transfer_requests/{request_id}
or uses the Neon Console claim link.
The optional ru parameter redirects the recipient after acceptance.

Path Params
string
required
^[a-z0-9-]{1,60}$

The Neon project ID

Body Params
int64
Defaults to 86400

Number of seconds the transfer request stays valid before it expires. Defaults to 86400 (24 hours).

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json