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/pricing/b2b/pickup-time-slots?is_priority=false' \
--header 'Authorization: Token {{API_TOKEN}}'
{
"data": [
{
"pickup_time_id": "2025012319H",
"pickup_time_label": "2025-01-23 19H",
"is_available": true,
"reason": null
},
{
"pickup_time_id": "2025012412H",
"pickup_time_label": "2025-01-24 12H",
"is_available": true,
"reason": null
},
{
"pickup_time_id": "2025012419H",
"pickup_time_label": "2025-01-24 19H",
"is_available": true,
"reason": null
},
{
"pickup_time_id": "2025012512H",
"pickup_time_label": "2025-01-25 12H",
"is_available": true,
"reason": null
},
{
"pickup_time_id": "2025012519H",
"pickup_time_label": "2025-01-25 19H",
"is_available": true,
"reason": null
},
{
"pickup_time_id": "2025012612H",
"pickup_time_label": "2025-01-26 12H",
"is_available": true,
"reason": null
}
],
"error": false,
"error_code": "",
"messages": "",
"request_id": "678f444c99cfec98e860675e"
}