---
title: "Submit merchant/brand feedback"
method: POST
path: "/enrichment/v1/feedback"
tags: ["Data Enrichment.Enrichment Feedback"]
---

# Submit merchant/brand feedback

`POST /enrichment/v1/feedback`

Submit feedback about incorrect merchant or brand information. Supports batch submission of multiple feedback items.

## Request body

- Data20EnrichmentEnrichment20FeedbackFeedback20Request — unresolved $ref

## Response `200`

Feedback successfully submitted with event ID

## Other responses

- `204` — Feedback successfully submitted and queued for processing
- `400` — Invalid request (validation failed)
- `401` — Valid token but missing required scopes
- `403` — Missing or invalid OAuth token
- `404` — Brand or Merchant ID not found
- `500` — Internal server error

## Changes

- **2026-09-01** `758b7489400f` — 4 info
  - the security scope `enrichment.on-demand` was added to the endpoint's security scheme `OAuth2User`
  - the security scope `enrichment.transactions` was added to the endpoint's security scheme `OAuth2Client`
  - the security scope `enrichment.on-demand` was removed from the endpoint's security scheme `OAuth2Client`
  - the security scope `enrichment.transactions` was removed from the endpoint's security scheme `OAuth2User`
- **2026-08-28** `dd8c7b7d5ac1` — 4 info
  - the security scope `enrichment.on-demand` was added to the endpoint's security scheme `OAuth2User`
  - the security scope `enrichment.transactions` was added to the endpoint's security scheme `OAuth2Client`
  - the security scope `enrichment.on-demand` was removed from the endpoint's security scheme `OAuth2Client`
  - the security scope `enrichment.transactions` was removed from the endpoint's security scheme `OAuth2User`
- **2026-08-20** `23d8982b533d` — 4 info
  - the security scope `enrichment.on-demand` was added to the endpoint's security scheme `OAuth2User`
  - the security scope `enrichment.transactions` was added to the endpoint's security scheme `OAuth2Client`
  - the security scope `enrichment.on-demand` was removed from the endpoint's security scheme `OAuth2Client`
  - the security scope `enrichment.transactions` was removed from the endpoint's security scheme `OAuth2User`
- …earlier changes not shown

[Full history](https://skmtc.dev/tink/apis/tink-api/changes/enrichment/v1/feedback/post.md)

---

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