Retrieve the status and results of a previously initiated domain check. Use the jobId returned from POST /api/domain-check to get the result.
jobId string required Example jobId parameter
Accept Example Content-Type Example success boolean timestamp string requestId string data object error string message string retryAfter string error string message string code string timestamp string requestId string error string message string retryAfter string requestId string https://cloud.hostup.se/api/domain-check/{jobId} curl -X GET "https://cloud.hostup.se/api/domain-check/check-adr-1767678956038" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"status": "string",
"progress": 0,
"message": "string"
},
"error": "string",
"message": "string",
"retryAfter": "string"
}