API Request Logs
OVERVIEW
API Request Logs page basically shows you the requests coming via each API user into the system.
On this page you can see the following relevant to your requests:
Date and Time: Data and time the request was made.
ID: The global ID set by the Courier API system for that specific request.
Request ID: The ID that has been set by the user in their request. This is usually the UNIX timestamp corresponding to the time of the request in cases where the request_id is set as the time of the request.
Request URL: The Courier API endpoint that your request is sent to.
Request Method: Whether it was a POST, GET or another type of request.
API Account: The API account via which the request was made.
Request Authenticated: The time it took to authenticate the request (in milliseconds).
Duration: The time it took to complete the request (in milliseconds).
Response Code: The HTTP response code.
Logs (Request Logs): This shows the data that was sent and the data that was received in return.
Request Logs (Courier Request Logs): This shows the details of a request's journey from beginning to end, ie. how many requests have had to be sent and translated until the final response of your request has been received and translated for you.
SEARCHING & FILTERING LOGS
You can search among your API requests based on ID or Request ID.
You can also filter this search based on date:
Request URL (You do not need to enter the full request URL to apply this filter. If you are looking for "create-label" requests, you can simply apply "create" as a filter and it will work):
API Account (You need to tick the relevant API account from the list):
Or Response Code:






No Comments