Send a domain verification email again if it was not received. This is useful if the original email was accidentally deleted or went to spam. Returns a `requestId` to track the request status in subsequent calls.
Accept Example Content-Type Example email string required domain string required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/email-verification/resend curl -X POST "https://cloud.hostup.se/api/email-verification/resend" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"email": "string",
"domain": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"message": "string"
}
} {
"email": "string",
"domain": "string"
}