cURL
curl --request POST \ --url https://api.example.com/api/v1/auth/password/reset/request \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com" } '
{}
Send a password reset link. Always returns 200 (silent on missing email).
Documentation IndexFetch the complete documentation index at: https://docs.riftmap.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.riftmap.dev/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response