---
title: "POST /feedback"
method: POST
path: "/feedback"
tags: ["feedback-controller"]
---

# POST /feedback

`POST /feedback`

## Request body

- FeedbackSubmissionRequest
  - `firstName` string
  - `lastName` string
  - `email` string
  - `feedback` string
  - `clientVersion` string
  - `appQuality` string
  - `backendEnvironment` string
  - `platform` string
  - `appType` string
  - `attachments` AttachmentReference[]
    - `id` string, uuid
    - `token` string
    - `filename` string
    - `mimeType` string
    - `size` integer

## Response `200`

OK

---

[API](https://skmtc.dev/lotas/apis/openapi-definition.md) · [All operations](https://skmtc.dev/lotas/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lotas/openapi-definition/revisions/be9344411958/schema)
