Votes, notifications & discussions
POST /jobs/{slug}/vote Session or API key
Vote on a job.
Path parameters
slugstring required- The job
public_slug.
Body
valueinteger required1or-1.
curl -X POST "https://freehire.me/api/v1/jobs/senior-backend-engineer-acme-1a2b/vote" \
-H "Authorization: Bearer fhk_…" -H 'Content-Type: application/json' -d '{"value":1}'{ "data": { "score": 14, "my_vote": 1 } }