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.asiapi/v2/sellers/locations//zipcodes?zipcode=10520' \
--header 'Authorization: Token {{API_TOKEN}}' \
--header 'Content-Type: application/json'
{
"data": {
"total_count": 1,
"zipcodes": [
{
"id": 788785,
"country_code": "TH",
"province_id": 190,
"province_name": "Bangkok",
"province_name_local": "กรุงเทพมหานคร",
"district_id": 3356,
"district_name": "Lad Krabang",
"district_name_local": "เขตลาดกระบัง",
"zipcode": "10520",
"to_zipcode": "10520",
"is_remote": 0
}
]
},
"error": false,
"error_code": "",
"messages": "",
"request_id": 1703235643
}