Each API request has an associated trace identifier. In case of an error response from the API, you can find this value in the response body, under TraceId.

An example response may look like the following:

{
    "type": "https://tools.ietf.org/html/rfc7235#section-3.1",
    "title": "Unauthorized",
    "status": 401,
    "detail": null,
    "instance": null,
    "extensions": {
        "traceId": "00-5c78267aea95eabf39519ddeef2e09b3-69af4d16ca01a7bb-01"
    }
}

If you need to contact us about a specific request, providing the trace identifier will ensure the fastest possible resolution.