HTTP status
409 invalid_request_error
Typical cause
TheIdempotency-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
UseGET to retrieve the resource created by the original request.