---
title: "Post feedback for distribution"
method: POST
path: "/feedback"
tags: ["feedback"]
---

# Post feedback for distribution

`POST /feedback`

Post feedback forms here for distribution and/or storage internally

## Request body

- object
  - `is_page_useful` boolean, required
  - `is_general_feedback` boolean, required
  - `name` string
  - `email_address` string
  - `feedback` string, required
  - `ons_url` string — URL the feedback is received from

## Response `201`

OK

## Other responses

- `400` — Failed to process the request due to an invalid request
- `401` — Unauthorised to access resource
- `500` — Failed to process the request due to an internal error

---

[API](https://skmtc.net/office-of-national-statistics/apis/feedback-api.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/feedback-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/feedback-api/versions/73560a5d7797/schema)
