For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Last updated

Was this helpful?