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

# Submit Feedback

`POST /api/v1/mobile/feedback`

Submit in-app feedback from the mobile app.

## Headers

- `authorization` string, required — Bearer token

## Request body

- FeedbackRequest
  - `message` string, required
  - `contact_ok` boolean
  - `plan_manager_id` string, nullable
  - `metadata` object, nullable

## Response `200`

Successful Response

- FeedbackResponse
  - `success` boolean, required
  - `id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/caresquare/fastapi/revisions/c9df874d8d59/schema)
