Talent Network
GET /talent-network/{publicID} 公開
The public, shareable Talent Network profile page.
A hidden (off) profile and a nonexistent id answer an identical 404 — the route never lets a caller distinguish the two. full_name is present only in public mode; anonymous omits it entirely.
路徑參數
publicIDstring (uuid) 必填- The candidate’s
talent_network_public_id.範例5b1e2b7a-9c3d-4e21-8f0a-1234567890ab
curl "https://freehire.me/api/v1/talent-network/5b1e2b7a-9c3d-4e21-8f0a-1234567890ab"{
"data": {
"full_name": "Jane Doe",
"specializations": ["backend"],
"skills": ["go", "postgresql"],
"cv": { "...": "..." }
}
}