GET https://api.cmswebservice.in/api/tracking/{AwbNo}

API Endpoint: Shipment Tracking

This endpoint is used to track the status of a shipment using the AwbNo. It provides shipment details and an event timeline (e.g., in-transit, out for delivery, delivered). It requires a valid Bearer Token for authorization.

Request

  • Method: GET
  • URL: https://api.cmswebservice.in/api/tracking/{AwbNo}
  • Path Parameter: AwbNo (string) – The shipment Air Waybill number.
  • Headers: Authorization: Bearer <token>

Response

  • Status Code: 200
  • Content-Type: application/json
  • ErrorMessage:Account code mismatch with this awbno

Response Body

The response will contain shipment details and a list of events:

Key Type Description
AwbnostringShipment Air Waybill number.
Shipdatestring (date)Date when shipment was created.
DestinationstringDestination country or city.
ConsigneestringRecipient of the shipment.
ForwarderstringCourier company handling the shipment.
ForwardingNostringTracking number of the forwarder.
EventsarrayTracking events timeline.

Event Object

Key Type Description
EventDatestring (date)Date of the event.
EventTimestring (time)Time of the event.
EventCodestringShort code representing event (DEL, OUT, IN, etc.).
EventDescriptionstringFull description of the event.
LocationstringEvent location.
ReceiverNamestringName of the person who received (if delivered).