Send a new Multi-Factor Authentication (MFA) code to the user's registered email address when they haven't received it. This returns a requestId for follow-up actions.
Accept Example Content-Type Example clientId string required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/mfa/resend-email curl -X POST "https://cloud.hostup.se/api/mfa/resend-email" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"clientId": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"message": "string",
"email": "string"
}
} {
"clientId": "string"
}