---
title: "GET /feedback_portals"
method: GET
path: "/feedback_portals"
tags: ["Feedback Portals"]
---

# GET /feedback_portals

`GET /feedback_portals`

Get the list of your account’s feedback portals

## Query parameters

- `portalId` string

## Response `200`

A list of feedback portals

- FeedbackPortal[]
  - `id` string
  - `name` string, nullable
  - `url` string
  - `workspaces` Workspace[]
    - `id` string
    - `name` string, nullable
    - `key` string
    - `webUrl` string — Canonical Craft.io app URL for this workspace. Computed in PublishService.
  - `webUrl` string — Fully-qualified portal URL (https://{slug}.{FPURL}). Convenience over `url`.

## Other responses

- `401` — No access to account
- `403` — Access denied
- `500` — An error occurred while fetching feedback portals

---

[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)
