Link intake & discovery
GET /me/contributions Session or API key
The boards you contributed, and their onboarding state.
curl "https://freehire.me/api/v1/me/contributions" -H "Authorization: Bearer fhk_…"{ "data": [ { "url": "https://boards.greenhouse.io/acme", "source": "greenhouse", "board": "acme", "state": "onboarded", "created_at": "2026-07-20T12:00:00Z" } ] }