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/sellers/pickup?page=1&page_size=25' \
--header 'Authorization: Token {{API_TOKEN}}' \
--header 'Content-Type: application/json'
{
"data": {
"total_count": 0,
"pickup": [
{
"pickup_id": 0,
"country": "string",
"warehouse_code": "string",
"pickup_name": "string",
"contact_name": "string",
"contact_phone": "string",
"address": "string",
"province_id": 0,
"province_name": "string",
"district_id": 0,
"district_name": "string",
"sub_district_id": 0,
"sub_district_name": "string",
"zipcode": "string",
"lat": "string",
"lng": "string",
"active": 0,
"created_time": 0,
"updated_time": 0
}
]
},
"error": true,
"error_code": "string",
"messages": "string",
"request_id": "string"
}