Aller au contenu

Request password reset

POST
/password/forgot
curl --request POST \
--url https://auth.timetonic.com/api/password/forgot \
--header 'Content-Type: application/json' \
--data '{ "email": "hello@example.com" }'

Send password reset email. Rate-limited via throttle:passwordReset (see the passwordReset named limiter in AppServiceProvider).

Media typeapplication/json
object
email
required
string format: email
Examplegenerated
{
"email": "hello@example.com"
}

Reset email sent (if account exists)

Media typeapplication/json
object
success
boolean
message
string
Example
{
"success": true
}

Rate limit exceeded (throttle:passwordReset)