Skip to content

Request a password reset link

POST
/api/v1/auth/forgot-password
curl --request POST \
--url https://dashboard.justcrawl.io/api/v1/auth/forgot-password \
--header 'Content-Type: application/json' \
--data '{ "email": "hello@example.com" }'
Media type application/json
object
email
required
string format: email
Example generated
{
"email": "hello@example.com"
}

Always 200 (prevents email enumeration). Reset link sent only if account exists.

Missing email