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

# Submit product feedback.

`POST /feedback/submit`

## Request body

- FeedbackRequest
  - `name` string, nullable
  - `description` string, nullable
  - `productName` string, nullable
  - `productNumber` string, nullable
  - `productVersion` string, nullable
  - `type` string, nullable

## Response `200`

Feedback submitted successfully.

## Other responses

- `400` — Invalid input.

---

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