---
title: "Endpoint used to process feedback requests."
method: POST
path: "/Feedback"
tags: ["Rest"]
---

# Endpoint used to process feedback requests.

`POST /Feedback`

## Request body

- MindbodyRestApiDtoModelsSubscribersMobileControllerMobileFeedbackRequest — Request object used to identify mobile app feedback requests.
  - `Accounts` MindbodyRestApiDtoModelsSubscribersMobileMobileAccount[] — The app accounts linked to the feedback.
    - `SiteId` integer — The site unique identifier for the account.
    - `SiteName` string — The site name for the account.
    - `LogoUrl` string — Logo url for the Site icon
    - `StaffId` integer — The staff unique identifier for the account.
    - `LocationId` integer — The location unique identifier for the account.
    - `LocationName` string — The location for the account.
  - `AppName` string — The app where the feedback originated from.
  - `AppVersion` string — The app version for the feedback.
  - `OsVersion` string — Operating system version for the feedback.
  - `Device` string — The device where the feedback originated.
  - `Rating` integer — The rating of the feedback from a scale of 1-5.
  - `Message` string — The message of the feedback.

## Response `204`

NoContent

## Other responses

- `400` — BadRequest
- `401` — Unauthorized

---

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