Skip to main content
POST
Triggers a password-reset email if an account exists at the supplied address. The response is always 200 — DotLookup intentionally doesn’t disclose whether an email is registered, to prevent account enumeration.
string
required
Email of the account to reset
The email contains a link in the form https://dotlookup.dev/reset-password?token=<token>. The token is single-use, expires after 1 hour, and is stored hashed server-side — the raw value only exists in the email. Pair this endpoint with POST /v1/auth/reset-password to complete the flow.