curl --request POST \
--url 'https://domain.hostwithdothost.com/?action=syncfromregistry' \
--header 'Content-Type: application/json' \
--data '{
"username": "yourUsername",
"password": "yourPassword",
"domain": "thegrtnx.com.ng"
}'
{
"data": {
"ID": 0,
"Status": "clientTransferProhibited",
"DomainName": "thegrtnx.com.ng",
"AuthCode": "",
"LockStatus": "true",
"PrivacyProtectionStatus": "false",
"IsChildNameServer": "false",
"Contacts": {
"Billing": {
"ID": 0
},
"Technical": {
"ID": 0
},
"Administrative": {
"ID": 0
},
"Registrant": {
"ID": 0
}
},
"Dates": {
"Start": "2024-10-30T19:10:29.802Z",
"Expiration": "2025-10-30T19:10:34.883Z",
"RemainingDays": 0
},
"NameServers": [
"aria.ns.cloudflare.com",
"garrett.ns.cloudflare.com"
],
"Additional": [],
"ChildNameServers": []
},
"result": "OK"
}
curl --request POST \
--url 'https://domain.hostwithdothost.com/?action=syncfromregistry' \
--header 'Content-Type: application/json' \
--data '{
"username": "yourUsername",
"password": "yourPassword",
"domain": "thegrtnx.com.ng"
}'
{
"data": {
"ID": 0,
"Status": "clientTransferProhibited",
"DomainName": "thegrtnx.com.ng",
"AuthCode": "",
"LockStatus": "true",
"PrivacyProtectionStatus": "false",
"IsChildNameServer": "false",
"Contacts": {
"Billing": {
"ID": 0
},
"Technical": {
"ID": 0
},
"Administrative": {
"ID": 0
},
"Registrant": {
"ID": 0
}
},
"Dates": {
"Start": "2024-10-30T19:10:29.802Z",
"Expiration": "2025-10-30T19:10:34.883Z",
"RemainingDays": 0
},
"NameServers": [
"aria.ns.cloudflare.com",
"garrett.ns.cloudflare.com"
],
"Additional": [],
"ChildNameServers": []
},
"result": "OK"
}
Was this page helpful?