Authentication
Request password reset
Send the user an email with instructions to reset their password. Used when the password was forgotten or never set.
put/v1/authentication/request-password-reset
Request body
Example request
{
"email": "user@example.com"
}Response
Reset email sent
Example response
{
"status": 200,
"data": {
"email": "user@example.com"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.