Profile & résumé
GET /me/profile Session only
Your career profile, or null if you have not saved one.
curl "https://freehire.dev/api/v1/me/profile" -b cookies.txt{
"data": {
"specializations": ["backend"],
"skills": ["go", "postgresql"],
"location_preferences": { "work_modes": ["remote"], "base": { "country": "DE" }, "...": "..." },
"created_at": "2026-06-19T10:00:00Z",
"updated_at": "2026-06-19T10:00:00Z"
}
}