Reset a forgotten password by sending an email with a link to create a new one. The endpoint returns a unique ID to track the request status.
Accept Example Content-Type Example email string required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/password-reset curl -X POST "https://cloud.hostup.se/api/password-reset" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"email": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"linkDispatched": true,
"expiresInMinutes": 0
}
} {
"email": "string"
}