Request Tracing

In order to trace partner requests across our systems, every incoming request will have a unique Request ID assigned to it. The ID will be passed to all internal calls, as well as returned to the partner via HTTP response headers.

This Request ID is stored in the HTTP Header: X-Amz-Cf-Id:

< HTTP/2 200
< content-type: application/json
< content-length: 1410
< vary: Accept-Encoding
< date: Thu, 15 Apr 2021 09:00:30 GMT
< vary: Accept-Encoding
< cache-control: no-store
< x-cache: Miss from cloudfront
< x-amz-cf-pop: FRA56-C1
< x-amz-cf-id: gVTg2fjj8GEtnNGKizemRGgS12-e4aUtxy5R8u5EBXAAtspvAhUuXw==

This ID can be used for debugging and audit logging scenarios.