Space

Transfer a space

POST
/api/v1/space/transfer
/api/v1/space/transfer

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Request Body

application/jsonOptional

The ID of the space to transfer

spaceId
Required
string

Minimum length: 1

teamId
Required
string

Minimum length: 1
curl -X POST "https://example.com/api/v1/space/transfer" \
  -H "Authorization: <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "spaceId": "string",
    "teamId": "string"
  }'

OK