Idempotency-Key header to ensure the operation is only performed once, even if the request is retried:
Essentials
Idempotency
Make retried REST requests safe to repeat
For POST requests, you can include an
Idempotency keys are stored for 24 hours. Repeated requests with the same key will return the cached response.
Related topics
REST API OverviewMetering architectureOverviewNode.js SDKI want to run Stigg Sidecar and API in production