Idempotency-Key
to your requests. This is useful when API calls are disrupted or you did not receive a response. In other words, retrying identical requests with our idempotency key will not have any side effects. We will return the same response for any identical request that includes the same idempotency key.POST
requests.Idempotency was implemented according to the "The Idempotency HTTP Header Field" Internet-Draft