Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.
/ Ekart-API Public archive

Free Secured Ekart Courier Tracking API made with NodeJS (DEPRECATED)

License

Notifications You must be signed in to change notification settings

tuhinpal/Ekart-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ekart Tracking API (DEPRECATED)

Ekart directly providing API now. Please follow this CURL request.

curl --location --request POST 'https://ekartlogistics.com/ws/getTrackingDetails' \
--header 'Content-Type: application/json' \
--header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' \
--header 'Origin: https://ekartlogistics.com' \
--data-raw '{"trackingId":"YOUR_TRACKING_ID"}'