身分驗證

POST /auth/login 公開

登入並開始工作階段。

請求內容

email string 必填
帳戶電子郵件。範例 [email protected]
password string 必填
帳號密碼。
curl
curl -X POST "https://freehire.me/api/v1/auth/login" \
  -H 'Content-Type: application/json' \
  -c cookies.txt \
  -d '{"email":"[email protected]","password":"hunter2hunter2"}'
json — response
{ "data": { "id": 1, "email": "[email protected]", "role": "user" } }

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

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

A new version of freehire is available