Send a verification code to a customer's email address to confirm identity for sensitive operations or account changes. The API returns a unique 'requestId' for tracking the operation in subsequent calls.
Accept Example Content-Type Example email string required language string · enum required en sv success boolean timestamp string requestId string data object error string message string retryAfter string requestId string code string timestamp string https://cloud.hostup.se/api/email-verify/send curl -X POST "https://cloud.hostup.se/api/email-verify/send" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"email": "string",
"language": "en"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"message": "string"
}
} {
"email": "string",
"language": "en"
}