---
title: "Submit Prior Auth Feedback"
method: POST
path: "/prior-authorization/{id}/feedback"
tags: ["public-api", "public-api"]
---

# Submit Prior Auth Feedback

`POST /prior-authorization/{id}/feedback`

Submit feedback related to a prior authorization request.

The feedback is used to improve the product and is surfaced in analytics dashboards.

## Path parameters

- `id` string, required

## Request body

- PriorAuthFeedbackRequest — Payload for submitting feedback related to a prior authorization request.
  - `category` string, required — User-defined category for the feedback. Used for grouping in analytics.
  - `message` string, required — Free-text description of the issue or feedback.

## Response `201`

Successfully submitted feedback

- PriorAuthFeedbackResponse — Response returned after feedback has been accepted.
  - `status` union
    - 'success'
    - 'error'
  - `error` ApiError
    - `title` string, required
    - `description` string, required
    - `code` string, required
  - `data` unknown

## Other responses

- `404` — Prior Authorization Request does not exist
- `422` — Validation Error

---

[API](https://skmtc.net/develophealth/apis/develop-health-public-api.md) · [All operations](https://skmtc.net/develophealth/apis/develop-health-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/develophealth/develop-health-public-api/revisions/1684e1dda9be/schema)
