# Idempotency

KORE Webhook events are idempotent, so you can safely retry requests or receive the same event without accidentally performing the same operation.

Every event sent from KORE will have a `kore-idempotency-token` header field with a unique value. You can deduplicate the events using this token value.
