EasyParcel Public API
The EasyParcel Public API allows your application to access current data within EasyParcel. However, EasyParcel API is using RESTful with PHP concept to develop API for web based applications.
Getting an API key
May go to our API request page to get the API key.
Base URL Environment
All API URLs start with the following base part:
POSTSubscribe Webhook
http://demo.connect.easyparcel.my/?ac=Webhook
This is the endpoint for subscribe a webhook for a topic.
Webhook topic
Remark
status code 200 mean successful subscribe webhook
Latest url will be used if subscribe same topic multiple times
There will be a maximum of 3 retries for an API call
If no response is received, the API call will timeout in 3 seconds
Example WebHook Response
shipment/create
tracking/create
Status Code
ondemand/tracking
Status
HEADERS
Content-Type
PARAMS
ac
Bodyraw (json)
Loading