Learn how the API prevents duplicate requests
Idempotency-Key
in the request headers of any POST or PUT requests.
Idempotent-Replayed
set to true
.
Keys are removed from the system automatically after 24 hours. A subsequent request with the same key after its expiry period, will be treated as a new request.