Forgot Password
Forgot Password Init
Forgot Password
Bulk Imports
Customer Users
Business
Forgot Password
Forgot Password Init
POST
/
forgot-password
curl --request POST \
--url https://api.joinworth.com/auth/api/v1/forgot-password \
--header 'Content-Type: application/json' \
--data '{
"email": "dummy@email.com"
}'
{
"status": "success",
"message": "A link to reset your password has been sent to the registered email"
}
Body
application/json
Was this page helpful?
curl --request POST \
--url https://api.joinworth.com/auth/api/v1/forgot-password \
--header 'Content-Type: application/json' \
--data '{
"email": "dummy@email.com"
}'
{
"status": "success",
"message": "A link to reset your password has been sent to the registered email"
}