身分驗證

POST /auth/password/reset 公開

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.

請求內容

email string 必填
帳戶電子郵件。範例 [email protected]
code string 必填
The mailed reset code.範例 123456
password string 必填
New password.
curl
curl -X POST "https://freehire.me/api/v1/auth/password/reset" \
  -H 'Content-Type: application/json' \
  -d '{"email":"[email protected]","code":"123456","password":"hunter2hunter2"}'
json — response
{ "data": { "reset": true } }

要針對這個職缺調整履歷嗎?

目前無法檢查您與這個職缺的符合程度;請先將履歷加入個人檔案,下次即可查看。

A new version of freehire is available