Idempotency-Key
header with each request. If your POST request does not include an Idempotency-Key
header, we return a 400 "Bad Request" error.
Idempotency-Key
header must be a unique universal identifier version 4 (UUID v4) value.Idempotency-Key
value, URI, and body of your initial requestIdempotency-Key
value, URI, and request body. Depending on the results of our verification, we complete one of the following actions:
Idempotency-Key
value is saved with a different URI, response body, or both: we return a 409 "Conflict" error.