Skip to main content

HTTP status

409 invalid_request_error

Typical cause

The Idempotency-Key matches a completed request, but the server didn’t capture the original response data. This happens when the response couldn’t be stored after a successful mutation.

Resolution

Use GET to retrieve the resource created by the original request.