Company feedback
GET /companies/{slug}/feedback/mine Session only
Your own feedback on this company, across every category (empty if none).
Path parameters
slugstring required- The company slug.Example
acme
curl "https://freehire.me/api/v1/companies/acme/feedback/mine" -b cookies.txt{ "data": [ { "id": 5, "author": "quiet-falcon-42", "rating": 4, "feedback_type": "interview", "body": "...", "created_at": "...", "updated_at": "..." } ] }