---
title: "Send feedback / feature request (auth)"
method: POST
path: "/api/v1/feedback"
tags: ["System"]
---

# Send feedback / feature request (auth)

`POST /api/v1/feedback`

Store customer feedback, feature requests or bug reports (requires a valid API key).

## Request body

- FeedbackRequest
  - `type` string — feedback | feature_request | bug
  - `rating` integer, nullable — 1-5 star rating
  - `message` string, required — Your feedback / idea / bug report
  - `email` string, nullable — Contact email (optional, defaults to your account email)

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-24** `9e80c113b037` — 1 info
  - endpoint added

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

---

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