---
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` string

## Response `200`

Successful response

- object
  - `success` boolean, required

## Changes

- **2026-05-06** `e832ef1d24dc` — 1 info
  - endpoint added

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

---

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