Job reports
POST /jobs/{slug}/reports Session or API key
Report a problem with a job.
Path parameters
slugstring required- The job
public_slug.
Body
reasonstring required- Short reason code/category.Example
expired detailsstring- Free-text details.
contact_telegramstring- Optional contact handle.
curl -X POST "https://freehire.dev/api/v1/jobs/<slug>/reports" \
-H "Authorization: Bearer $FREEHIRE_API_KEY" \
-H 'Content-Type: application/json' \
-d '{"reason":"expired","details":"posting returns 404"}'{ "data": { "id": 3, "status": "pending", "reason": "expired" } }