POST
/
?action=canceltransfer
curl --request POST \
  --url 'https://domain.hostwithdothost.com/?action=canceltransfer' \
  --header 'Content-Type: application/json' \
  --data '{
  "username": "yourUsername",
  "password": "yourPassword",
  "domain": "incomingdomain.com"
}'
{}

Body

application/json
username
string
required
password
string
required
domain
string
required

Response

200 - application/json

The response is of type object.