Talent Network

GET /talent-network/{publicID} Public

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.

Path parameters

publicID string (uuid) required
The candidate’s talent_network_public_id.Example 5b1e2b7a-9c3d-4e21-8f0a-1234567890ab
curl
curl "https://freehire.me/api/v1/talent-network/5b1e2b7a-9c3d-4e21-8f0a-1234567890ab"
json — response
{
  "data": {
    "full_name": "Jane Doe",
    "specializations": ["backend"],
    "skills": ["go", "postgresql"],
    "cv": { "...": "..." }
  }
}

Tailor your CV for this role?

We couldn't check your fit for this role — add a CV to your profile to see it next time.

A new version of HireAll is available