/login/forgotpassword
DevelopingPOST
/login/forgotpasswordLast modified: a year ago
Initiate the password reset process by sending a reset link to the user's email.
Request
Body Params application/x-www-form-urlencoded
email
string
required
Example: myname@mydomain.org.
Request samples
Responses
An example Response(200)
An example Response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"status": {
"created_timestamp": 1657035181,
"created_string": "Tue 05 Jul 2022 @ 15:33 (UTC)",
"duration": 0.076,
"language": "en-gb",
"timezone": {
"timezone_type": 3,
"timezone": "UTC"
},
"code": 200,
"oldest_cached_component_age": 3077,
"session_id": "659e8c297cb040430a660b284a50bd21",
"org_onboarding_status_id": 300,
"api_host": "api-stage.anomify.ai",
"user_onboarding_flags": {
"main_intro": false,
"alerts_intro": false,
"alerts_from_search": false,
"training_intro": false,
"alert_created": true,
"test_alert_sent": true,
"two_alerts_sent": true,
"pattern_trained": true
}
},
"data": {
"message": "If that email address has an account, we have sent it a password reset code."
}
}
Last modified: a year ago