個人檔案與履歷
GET /me/resume 僅限工作階段
您的履歷狀態(已啟用/目前/已上傳)。
始終為200:未設定儲存或無履歷是正常狀態。 structured 攜帶唯讀結構化履歷,如果沒有目前履歷,則為 null。
curl "https://freehire.me/api/v1/me/resume" -b cookies.txt{ "data": { "enabled": true, "present": true, "uploaded_at": "2026-06-19T10:00:00Z", "structured": { "...": "..." } } }