Screening answers
GET /me/screening-answers 工作階段或 API 金鑰
Your stored screening answers, or `null` if you have stated none.
curl "https://freehire.me/api/v1/me/screening-answers" -H "Authorization: Bearer $FREEHIRE_API_KEY"{
"data": {
"authorized_countries": ["DE", "NL"],
"visa_sponsorship_needed": false,
"desired_salary_amount": 90000,
"desired_salary_currency": "EUR",
"desired_salary_period": "year",
"notice_period_days": 30,
"willing_to_relocate": true,
"age_18_or_older": true
}
}