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

# POST /api/feedback

`POST /api/feedback`

## Request body

- FeedBackRequest
  - `emailAddress` string, required
  - `screen` string, required
  - `subject` string, required
  - `comments` string, required
  - `captchaText` string, required

## Response `200`

Success

- FeedBackResponse
  - `content` Feedback
    - `responsevalue` string, nullable
    - `errorcode` string, nullable
    - `errordesc` string, nullable
  - `operationStatus` string, nullable
  - `msgCode` string, nullable
  - `msgId` string, nullable
  - `msgDesc` string, nullable

---

[API](https://skmtc.dev/mysonicwall/apis/restapi-core-v1.md) · [All operations](https://skmtc.dev/mysonicwall/apis/restapi-core-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mysonicwall/restapi-core-v1/revisions/ddffed195eba/schema)
