Retry with confidence for resilience
409 Conflict
error with the reason idempotency_key_in_use
.
This validation happens at both the URL level and the request body level, ensuring that an idempotency key truly represents one and only one specific intention.
Without this protection, a simple key generation bug in your code could lead to wildly incorrect financial operations being silently accepted.
Idempotency-Key
header with every POST request that creates resources.
The key should be unique to each logical operation you want to perform:
404
means it was never created.