Authentication

POST /auth/password/forgot Public

Request a password-reset code by email.

Always answers 202, whether or not the address has an account — this is deliberately not an email-enumeration oracle.

Body

email string required
Account email.Example me@example.com
curl
curl -X POST "https://freehire.me/api/v1/auth/password/forgot" \
  -H 'Content-Type: application/json' \
  -d '{"email":"me@example.com"}'

Tailor your CV for this role?

We couldn't check your fit for this role — add a CV to your profile to see it next time.

A new version of HireAll is available