身分驗證

POST /auth/password/forgot 公開

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.

請求內容

email string 必填
帳戶電子郵件。範例 [email protected]
curl
curl -X POST "https://freehire.me/api/v1/auth/password/forgot" \
  -H 'Content-Type: application/json' \
  -d '{"email":"[email protected]"}'

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

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

A new version of freehire is available