Check which nameservers are associated with a specific domain. This is useful for verifying or updating your domain's DNS settings, especially in relation to VPS management. The endpoint returns a unique ID for tracking the nameserver lookup.
Accept Example Content-Type Example domain string required success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string https://cloud.hostup.se/api/lookup-nameservers curl -X POST "https://cloud.hostup.se/api/lookup-nameservers" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"domain": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"domain": "string",
"nameservers": [
"string"
]
}
} {
"domain": "string"
}