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