Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.joinworth.com/auth/api/v1/forgot-password \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com" } '
{ "status": "success", "message": "A link to reset your password has been sent to the registered email" }
Allows an admin to request a password reset link via email.
User's email address
OK
"success"
"A link to reset your password has been sent to the registered email"
Was this page helpful?