Infra APIProjects
Transfer Project ownership without restarting resources
POST
/api/v1/serverless/projects/{project_id}/transferAuthorization
BearerAuth AuthorizationBearer <token>
Hydra JWT Bearer token
In: header
Path Parameters
project_id*string
Project ID
Request Body
application/json
Transfer identity and organizations
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" \ -H "Content-Type: application/json" \ -d '{}'{ "destination_organization_id": "string", "id": "string", "project_id": "string", "source_organization_id": "string", "transferred_at": "string"}{ "error": "string", "message": "string"}