Jobs
GET /jobs/{slug} Public
A single job by its public slug (serves closed jobs too).
Path parameters
slugstring required- The job
public_slug.Examplesenior-go-engineer-acme-1a2b
curl "https://freehire.dev/api/v1/jobs/senior-go-engineer-acme-1a2b"{ "data": { "public_slug": "senior-go-engineer-acme-1a2b", "title": "Senior Go Engineer", "closed_at": null, "...": "..." } }