Experience bank
GET /me/experience Session or API key
Your employments and their evidence atoms.
curl "https://freehire.me/api/v1/me/experience" -H "Authorization: Bearer fhk_…"{ "data": { "employments": [ { "id": 12, "company": "Acme", "title": "Senior Backend Engineer", "started_at": "2023-02-01", "ended_at": null, "atoms": [ { "id": 88, "text": "Cut p99 checkout latency 40%", "source": "cv_import" } ] } ] } }