Request IDs
Each API request has an associated request id which is sent as part of the response headers as x-request-id.
The request id allows you to have a log of all your request history which is available on your dashboard under the Integration Logs.
Providing the request id of a particular request when making an enquiry about that request helps us resolve your queries faster.
Sample Response Header
HTTP/1.1 200 OK
Content-Type: application/json
x-request-id: some-unique-ranodom-string
.........
Updated 11 days ago