Check email verification status for domains

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.

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
GET https://cloud.hostup.se/api/email-verification/status
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/email-verification/status" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "domains": [
      "string"
    ],
    "loading": true,
    "lastChecked": "string"
  }
}