Skip to content
Management API Reference

Previews transferring a project to a different organizations, shows eligibility and impact

post/v2/projects/{ref}/transfers/previews

The fine-grained token must include the following permissions to access this endpoint:

  • project_admin_read

Path parameters

  • ref
    Required
    string

    Project ref

Body

  • data
    Required
    object

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"
}
]
}
}
}