Idempotency

Idempotency guarantees that a given API request is only processed once and the corresponding action is only executed once. This ensures that failures and retries do not result in duplicates.

The Numeral API supports idempotency through the optional addition of a unique ID in the Idempotency-Key HTTP header of your API calls.

We recommend using UUIDs v4 as indempotency keys.