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"
}
}
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"
}
}
The response is of type object
.
Was this page helpful?