get https://api.track123.com/gateway/open-api/tk/v2/courier/list
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://api.track123.com/gateway/open-api/tk/v2/courier/list \
--header 'accept: application/json'
xxxxxxxxxx
12{
"code": "00000",
"data": [
{
"courierCode": "china-post",
"courierNameCN": "中国邮政",
"courierNameEN": "China Post",
"courierHomePage": "http://yjcx.ems.com.cn/qps/yjcx"
}
],
"msg": "Success"
}