Send reset password email.
POST/user/auth/sendPasswordResetCode
Send reset password email.
Request
- application/json
 
Body
email stringEmail
Responses
- 200
 - 400
 - 401
 - 429
 
Success
- application/json
 
- Schema
 
Schema
string
Possible values: [OK]
Bad Request
- application/json
 
- Schema
 - Example (from schema)
 - Example
 
Schema
error string
{
  "error": "string"
}
{
  "error": "Bad Request"
}
Unauthorized
- application/json
 
- Schema
 - Example (from schema)
 - Example
 
Schema
error string
{
  "error": "string"
}
{
  "error": "Unauthorized access"
}
Too Many Requests
- application/json
 
- Schema
 - Example (from schema)
 - Example
 
Schema
error string
{
  "error": "string"
}
{
  "error": "Too Many Requests"
}
Loading...