---
title: "Send feedback"
method: POST
path: "/authentication/feedback"
tags: ["OTP"]
deprecated: true
---

# Send feedback

`POST /authentication/feedback`

> **Deprecated.**

Send feedback about the authentication process.

## Request body

- FeedbackRequest
  - `customer_uuid` string, uuid, required — Your customer UUID, which can be found in the API settings in the dashboard.
  - `phone_number` string, phone_number, required — An E.164 formatted phone number.
  - `status` 'onboarded' | 'not_onboarded', required — The type of the feedback.

## Response `200`

OK

- FeedbackResponse
  - `uuid` string — The UUID of the feedback.

## Other responses

- `400` — Bad Request

## Changes

- **2025-04-28** `187cbbb71a45` — 1 info
  - endpoint deprecated
- **2024-10-30** `1ec3fb120b7d` — 1 info
  - added the non-success response with the status `400`
- **2024-10-28** `7331a813b16b` — 2 warning
  - added the new `invalid_sender_id` enum value to the `code` response property for the response status `default`
  - added the new `unauthorized_sender_id` enum value to the `code` response property for the response status `default`
- **2024-04-23** `8864239c4906` — 1 warning
  - added the new `suspended_account` enum value to the `code` response property for the response status `default`
- **2024-03-21** `e520ac20d889` — 1 info
  - added the new `not_onboarded` enum value to the request property `status`

[Full history](https://skmtc.dev/ding-live/apis/ding/changes/authentication/feedback/post.md)

---

[API](https://skmtc.dev/ding-live/apis/ding.md) · [All operations](https://skmtc.dev/ding-live/apis/ding/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ding-live/ding/revisions/060cbae07b8f/schema)
