---
title: "Append entity feedback"
method: POST
path: "/entity-feedback"
tags: ["Entity Feedback"]
---

# Append entity feedback

`POST /entity-feedback`

Insert a list of entity feedback while leaving the rest of the existing entity feedback intact

## Request body

- object[]
  - `entity_token` string
  - `external_entity_identifier` string
  - `evaluation_token` string
  - `feedback_case_status` string — Allowed values are (`"open"`, `"closed"`, `"escalated"`, `"pending_review"`)
  - `feedback_case_reason` string — Allowed values are (`"aml"`, `"confirm_fraud"`, `"suspected_fraud"`, `"no_issue"`, `"other"`)
  - `feedback_fraud_type` string — Allowed values are (`"ato"`, `"first_party"`, `"second_party"`, `"synthetic"`, `"check_fraud_deposit"`, `"check_fraud_inclearing"`, `"check_fraud_cashed"`, `"payment_fraud_wire"`, `"payment_fraud_ach"`, `"payment_fraud_p2p"`, `"scam"`, `"mule"`, `"identity_theft"`, `"other"`)
  - `feedback_fraud_channel` string — Allowed values are (`"branch"`, `"atm"`, `"online"`, `"mobile"`)
  - `feedback_entity_status` string — Allowed values are (`"suspect"`, `"victim"`, `"witness"`, `"other"`)
  - `loss_amount` number, double — Positive integer
  - `exposure_amount` number, double — Positive integer

## Response `200`

Successfully inserted entity feedback

- Schema — unresolved $ref

---

[API](https://skmtc.dev/alloy/apis/alloy-api.md) · [All operations](https://skmtc.dev/alloy/apis/alloy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/alloy/alloy-api/revisions/405799de4d2a/schema)
