---
title: "GET /feedback_portal/{portalId}/companies"
method: GET
path: "/feedback_portal/{portalId}/companies"
tags: ["Feedback items"]
---

# GET /feedback_portal/{portalId}/companies

`GET /feedback_portal/{portalId}/companies`

List a feedback portal's customer companies ({id, name}) — for resolving the
`company` field on create/update. Optional `keyword` name filter + `limit`.

## Path parameters

- `portalId` string, required

## Query parameters

- `keyword` string
- `limit` number, double

## Response `200`

A list of the portal companies

- PortalCompany[]
  - `id` string, required
  - `name` string, required

## Other responses

- `401` — No access to account
- `403` — Access denied
- `422` — Invalid portal ID
- `500` — An error occurred while fetching portal companies

---

[API](https://skmtc.net/craft/apis/craft-io-public-api.md) · [All operations](https://skmtc.net/craft/apis/craft-io-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/craft/craft-io-public-api/revisions/2d001661c781/schema)
