Request IDs
Request IDs
Section titled “Request IDs”Each API request has an associated request identifier. You can find this value in the response headers, under Request-Id. If you need to contact us about a specific request, providing the request identifier will ensure the fastest possible resolution.
Finding the Request ID
Section titled “Finding the Request ID”The Request-Id header is included in all API responses:
HTTP/1.1 200 OKContent-Type: application/jsonRequest-Id: req_1234567890abcdef...