idempotency_key_conflict
HTTP Status: 409 Category: Idempotency
When you see this
Same key reused with a different body within 24h.
How to fix it
Use a fresh key for the new body, or replay the exact original body to get the cached response back.
Example response
{
"error": {
"code": "idempotency_key_conflict",
"message": "Same key reused with a different body within 24h.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/idempotency_key_conflict",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}