Votes, notifications & discussions
GET /threads/{id} Public
One thread with its replies.
Path parameters
idinteger required- The thread id.
curl "https://freehire.me/api/v1/threads/31"{ "data": { "id": 31, "title": "Anyone interviewed at Acme lately?", "body": "…", "replies": [ { "id": 88, "body": "…", "created_at": "2026-07-25T12:00:00Z" } ] } }