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://payments.oaknetwork.org/api/auth/reset-password \ --header 'Content-Type: application/json' \ --data ' { "email": "user@example.com" } '
{ "msg": "Reset password link emailed to user!", "data": null }
Send a password reset link to the provided email address.
Email address associated with the account
"user@example.com"
Password reset link sent
Human-readable message describing the result
Response payload (null on error)