We announce the release of a new API version aimed at providing convenience for our partners using the service.
curl --location --request GET 'https://s.boxme.asia/api/v2/courier/names?courier_name=express' \
--header 'Authorization: Token {{API_TOKEN}}' \
--header 'Content-Type: application/json'
{
"data": [
"Best Express",
"Boxme Express",
"DPEX Express",
"Grab Express",
"J&T Express",
"Selly Express",
"Shopee Express",
"Snappy Express",
"Tiki Express",
"Vietpost Express",
"ZTO Express"
],
"error": false,
"error_code": "",
"messages": "",
"request_id": "65a9f686b778e5b71085c901"
}