---
title: "Handle Tink Events v2 webhook notifications"
method: POST
path: "/api/v1/webhooks/tink"
tags: ["Webhooks"]
---

# Handle Tink Events v2 webhook notifications

`POST /api/v1/webhooks/tink`

Handle Tink Events v2 webhook notifications

## Response `200`

Success

- TinkWebhookSuccessResponse — Tink webhook acknowledgment response
  - `success` boolean, required — Indicates webhook was received successfully
  - `event_id` string — The event ID from the webhook payload
  - `action` string — The action taken (updated, ignored, conflict, not_found, no_transaction)
  - `duplicate` boolean — Whether this was a duplicate event (idempotency)
  - `conflict` boolean — Whether a status conflict was detected
  - `note` string — Additional information about the processing result

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/banqzinc/apis/quidkey-api.md) · [All operations](https://skmtc.net/banqzinc/apis/quidkey-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/banqzinc/quidkey-api/revisions/f86d2bdbcb08/schema)
