POST
/
?action=transferdomain
curl --request POST \
  --url 'https://domain.hostwithdothost.com/?action=transferdomain' \
  --header 'Content-Type: application/json' \
  --data '{
  "username": "yourUsername",
  "password": "yourPassword",
  "domain": "tailor.com.ng",
  "authCode": "5b3}R6Qq",
  "period": 3
}'
{
  "result": "ERROR",
  "error": {
    "Code": "API_2303_ERROR",
    "Message": "Failed",
    "Details": "No additional details"
  }
}

Body

application/json
username
string
required
password
string
required
domain
string
required
authCode
string
required
period
integer
required

Response

400 - application/json
result
string
required
error
object
required