Forget Password
API
Changelog
Last updated
Last updated
POST /auth/reset HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 59
{
"email": "[email protected]",
"password": "text",
"token": "text"
}{
"redirect_to": "text"
}POST /auth/forgot HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 26
{
"email": "[email protected]"
}