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

# GET /feedback_portals/{accountId}

`GET /feedback_portals/{accountId}`

Get the list of your account’s feedback portals

## Path parameters

- `accountId` string, required

## 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
- `422` — Invalid account ID
- `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)
