Send Tracking

An API for sending parcel numbers to ETrackings app users linked by phone number. The system stores the parcel as ON_KEEP for 48 hours, checking continuously. When found, the user is notified. If not found after 48 hours, the record is deleted automatically.

POST
/app/send-track
Send parcel tracking to a user via phone number using trackingNo, courierKey, phoneNumber, and note

POST /app/send-track
Etrackings-Api-Key: YOUR_API_KEY
Etrackings-Key-Secret: YOUR_KEY_SECRET
Accept-Language: YOUR_LANGUAGE (TH | EN)
Content-Type: application/json
{
  "meta": {
    "code": 201,
    "message": "Send to user by phone number +66 93 194 2607."
  }
}
curl -X POST \
  'https://api.etrackings.com/api/v3/app/send-track' \
  -H 'Etrackings-api-key: YOUR_API_KEY' \
  -H 'Etrackings-key-secret: YOUR_KEY_SECRET' \
  -H 'Content-Type: application/json' \
  -d '{
    "trackingNo": "SHP5054369172",
    "courierKey": "kex-express",
    "phoneNumber": "0987654321",
    "note": "Test sending parcel notifications via phone number"
  }'
Replace YOUR_API_KEY and YOUR_SECRET with your credentials · Get API Key →

Consent to Personal Data

We use cookies to improve performance. and good experience in using your website You can study the details at Privacy Policy and Terms and Conditions

Privacy Preferences

You can choose cookie settings by on/off. Cookies of each type are available on request, except for essential cookies.

Necessary
Required for core functionality
Always On
Analytics
Help us improve our service
Always On