REST API
Infra APIProjects

Preview a Project ownership transfer

POST/api/v1/serverless/projects/{project_id}/transfer/preview

Authorization

BearerAuth
AuthorizationBearer <token>

Hydra JWT Bearer token

In: header

Path Parameters

project_id*string

Project ID

Request Body

application/json

Source and destination

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/api/v1/serverless/projects/string/transfer/preview" \  -H "Content-Type: application/json" \  -d '{}'
{  "blockers": [    "string"  ],  "resources": [    {      "id": "string",      "kind": "string",      "name": "string"    }  ]}
{  "error": "string",  "message": "string"}