Skip to content

idempotency_key_reused

Idempotency key reused โ€” HTTP 400 ยท type invalid_request_error

What happened

This `Idempotency-Key` was already used with a different request body.

How to fix it

Use a fresh key for a new operation; reuse the same key only to retry the identical request.

Example response

{
  "error": {
    "type": "invalid_request_error",
    "code": "idempotency_key_reused",
    "message": "A human-readable description of what went wrong.",
    "doc_url": "https://docs.interglobe.io/errors/idempotency_key_reused"
  },
  "request_id": "req_1a2b3c"
}

โ† All error codes