Idempotent Requests

The API provides support for idempotency, allowing you to retry requests safely without unintentionally duplicating the same operation. When you create or update an object, utilize an idempotency key. In the event of a connection error, you can confidently repeat the request without the possibility of creating a duplicate object or executing the update twice.

To perform an idempotent request, provide an additional X-Idempotency-Key: header to the request.