Start a password reset. Always returns 200 regardless of whether the email exists (no enumeration).
POST
End-user session operationId: start_password_reset/v1/auth/password-reset/start Authorization
Called from the browser with the publishable application id (x-application-id); the access token lives in memory.
Request body · required
emailstring required
Responses
200 Reset email sent if the account exists
Request
curl -X POST "http://localhost:8080/v1/auth/password-reset/start" \
-H "Content-Type: application/json" \
-d '{
"email": "string"
}'Try it
live requestPOST
http://localhost:8080/v1/auth/password-reset/start