v1

latestOpenAPI 3.0.3Proprietary2026-07-26162247330.6 KB
Project

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.

post/projects/{project_id}/transfer_requests

Request body

ttl_secondsinteger

Specifies the validity duration of the transfer request in seconds. If not provided, the request will expire after 24 hours (86,400 seconds).

Response

Project transfer request created successfully

idstring uuid required

The unique identifier for the transfer request

project_idstring required

The ID of the project that is being transferred

created_atstring date-time required

The timestamp when the transfer request was created

expires_atstring date-time required

The timestamp when the transfer request will expire