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.
Documentation IndexFetch the complete documentation index at: https://docs.worthai.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.worthai.com/llms.txt
Use this file to discover all available pages before exploring further.
User's email address
OK
"success"
"A link to reset your password has been sent to the registered email"
Was this page helpful?