Company feedback

GET /companies/{slug}/feedback Public

List a company's feedback, newest first.

Path parameters

slug string required
The company slug.Example acme

Query parameters

limit integer
Page size, 1–100.Example 20
offset integer
Rows to skip.Example 0
curl
curl "https://freehire.me/api/v1/companies/acme/feedback"
json — response
{
  "data": [
    {
      "id": 5,
      "author": "quiet-falcon-42",
      "rating": 4,
      "feedback_type": "interview",
      "body": "Fast process, clear communication.",
      "created_at": "2026-06-18T09:12:00Z",
      "updated_at": "2026-06-18T09:12:00Z"
    }
  ],
  "meta": { "total": 12, "limit": 20, "offset": 0 }
}

Tailor your CV for this role?

We couldn't check your fit for this role — add a CV to your profile to see it next time.

A new version of HireAll is available