---
title: "Submit support feedback"
method: POST
path: "/internal/feedback"
tags: ["Internal"]
---

# Submit support feedback

`POST /internal/feedback`

Send a support feedback message to the internal Stack Auth inbox. Auth is optional — works from both the dashboard (authenticated) and the dev tool (unauthenticated).

## Request body

- object
  - `name` string
  - `email` string, required
  - `message` string, required
  - `feedback_type` 'feedback' | 'bug'

## Response `200`

Successful response

- object
  - `success` boolean, required

## Changes

- **2026-05-15** `f135fd8ca8b4` — 1 breaking, 2 info
  - request property `feedback_type` was restricted to a list of enum values
  - added the new `bug` enum value to the request property `feedback_type`
  - added the new `feedback` enum value to the request property `feedback_type`
- **2026-05-06** `7fcc5cbc3884` — 1 info
  - endpoint added

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

---

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