1. api
XLC
  • api
    • XLC Tracking Event Status
    • getLogisticsTrack
      GET
  1. api

getLogisticsTrack

GET
https://de.xlcourier.com/custom-api/api/v3/logisticsTrack

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://de.xlcourier.com/custom-api/api/v3/logisticsTrack?waybillNo=undefined'

Responses

🟢200
application/json
Bodyapplication/json

Example
{
  "code": 200,
  "data": {
    "trackingNumber": "XLC49968084368",
    "referenceNo": "test-26090910",
    "packageDestinationLocation": {
      "street1": "27 Withy Grove",
      "city": "Manchester",
      "stateProvince": "England",
      "postalCode": "M4 2BS",
      "countryCode": "GB"
    },
    "trackingEventDetails": [
      {
        "eventStatus": "1600",
        "title": "Delivered",
        "description": "Delivered-thank you for choosing XLC!",
        "eventDateTime": "2026-09-11T05:03:14+01:00",
        "pods": [
          "https://objectstorage.eu-frankfurt-1.oraclecloud.com/n/friza2kzq62l/b/oss-xlc-web/o/8_20260910120318768880.png"
        ]
      },
      {
        "eventStatus": "700",
        "title": "Pending Transit",
        "description": "Your Parcel is pending transfer from the national hub.",
        "eventDateTime": "2026-09-09T10:04:16+01:00",
        "pods": []
      },
      {
        "eventStatus": "600",
        "title": "Received",
        "description": "Your parcel has arrived at our National hub",
        "eventDateTime": "2026-09-09T10:02:43+01:00",
        "pods": []
      },
      {
        "eventStatus": "100",
        "title": "Created",
        "description": "Parcel information submitted,we haven't received the parcel yet",
        "eventDateTime": "2026-09-09T10:02:26+01:00",
        "pods": []
      }
    ]
  }
}
Modified at 2026-09-10 06:57:47
Previous
XLC Tracking Event Status
Built with