Check the status of email verification for your domains. It returns an ID to follow up on the verification process. Use this endpoint to see if your domain's email settings are correctly configured.
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/email-verification/status curl -X GET "https://cloud.hostup.se/api/email-verification/status" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"domains": [
"string"
],
"loading": true,
"lastChecked": "string"
}
}