Skip to content

Reset Password

Endpoint used to reset the user account password (“forgot my password”).

Terminal window
curl --request POST \
--url https://chat.api.toolzz.com.br/api/v1/auth/forgot-password \
--header 'Content-Type: application/json' \
--data '
{
"email": "account@email.com"
}
'

A link to reset the password will also be sent to the email inbox.

{
"redirect_url": "https://admin.toolzz.ai/reset-password/..."
}
ParameterTypeDescriptionRequired
emailStringEmail of the account for which the password will be reset.Yes

KeyTypeDescription
redirect_urlStringRedirect URL to reset the password.