Skip to main content
Idempotency-Key: <unique_uuid>

Idempotency Guarantee: If a request with the same key is received multiple times, the API will return the original response instead of creating duplicate resources. Use UUID v4 for these keys.