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

# Submit Feedback

`POST /api/feedback`

Submit user feedback

## Headers

- `authorization` string, required

## Request body

- FeedbackRequest
  - `message` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas.md) · [All operations](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/llms.txt) · [OpenAPI document](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/revisions/66e6366f8ef9?raw)
