Forget Password
API
Final step in resetting a user's password.
Body
emailstring · emailRequired
passwordstringRequired
tokenstringRequired
Responses
201
Reset successful. Redirecting to next step...
application/json
Reset successful. Redirecting to next step...
redirect_tostringOptional
post/auth/reset
POST /auth/reset HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 59
{
"email": "name@gmail.com",
"password": "text",
"token": "text"
}201
Reset successful. Redirecting to next step...
{
"redirect_to": "text"
}Start a reset password attempt.
Body
emailstring · emailOptional
Responses
204
Forget password attempt created.
application/json
anyOptional
Forget password attempt created.
post/auth/forgot
POST /auth/forgot HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 26
{
"email": "name@gmail.com"
}204
Forget password attempt created.
No content
Changelog
Last updated