Previews transferring a project to a different organizations, shows eligibility and impact
post
/v2/projects/{ref}/transfers/previewsThe fine-grained token must include the following permissions to access this endpoint:
- project_admin_read
Path parameters
- refRequiredstring
Project ref
Body
- dataRequiredobject
Response codes
- 200
- 401
- 403
- 429
Response (200)
{ "data": { "type": "project_transfer_result", "attributes": { "valid": true, "warnings": [ { "key": "lorem", "message": "lorem" } ], "errors": [ { "key": "lorem", "message": "lorem" } ], "info": [ { "key": "lorem", "message": "lorem" } ] } }}