---
title: "Submit product feedback"
method: POST
path: "/feedback"
tags: ["Feedback"]
---

# Submit product feedback

`POST /feedback`

Optional idempotency key. Reuse the same key only for an identical request; successful responses are replayable for 24 hours.

## Headers

- `Idempotency-Key` string

## Response `202`

Accepted feedback identifier.

## Other responses

- `400` — Missing/invalid JSON body, or message shorter than the minimum length
- `409` — The key is already processing, or was reused with a different request fingerprint.
- `429` — Rate limited
- `503` — Feedback intake disabled (kill switch), or idempotency storage/response replay is temporarily unavailable

## Changes

- **2026-08-31** `ef21361a36e6` — 2 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `429`
- **2026-08-25** `c3a92b6b6909` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/releases/apis/releases-api/changes/feedback/post.md)

---

[API](https://skmtc.dev/releases/apis/releases-api.md) · [All operations](https://skmtc.dev/releases/apis/releases-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/releases/releases-api/revisions/ef21361a36e6/schema)
