Job interactions
POST /jobs/{slug}/view Session or API key
Record that you viewed the job.
Path parameters
slugstring required- The job
public_slug.
curl -X POST "https://freehire.dev/api/v1/jobs/<slug>/view" -H "Authorization: Bearer $FREEHIRE_API_KEY"{ "data": { "job_id": 42, "viewed_at": "2026-06-19T10:00:00Z" } }