Skip to main content
POST
/
organization
/
{id}
/
transfer
cURL
curl --request POST \
  --url https://api.wapikit.com/api/organization/{id}/transfer \
  --header 'Content-Type: application/json' \
  --data '{
  "newOwnerId": "<string>"
}'
{
  "isTransferred": true
}

Path Parameters

id
string
required

The id of the organization to transfer to.

Body

application/json

new owner info

newOwnerId
string
required

Response

transfer ownership response

isTransferred
boolean
required