Authentication

POST /auth/password/reset Public

Set a new password against a mailed code.

Public — the code is the credential. Success revokes every existing session, so sign in fresh with the new password afterward.

Body

email string required
Account email.Example me@example.com
code string required
The mailed reset code.Example 123456
password string required
New password.
curl
curl -X POST "https://freehire.me/api/v1/auth/password/reset" \
  -H 'Content-Type: application/json' \
  -d '{"email":"me@example.com","code":"123456","password":"hunter2hunter2"}'
json — response
{ "data": { "reset": true } }

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