v1
latestOpenAPI 3.0.12026-08-061158187.8 KBPUDO API
List Ninja Points v2
Returns a list of Ninja Points that meet the passed query parameters.
get/{countryCode}/2.0/pudos
Path parameters
countryCode'SG' | 'MY' | 'TH' | 'ID' | 'VN' | 'PH' | 'MM' required
Country code.
Query parameters
can_customer_collectboolean
Set this to true to fetch the list of Ninja Points where the customer can collect parcels.
allow_create_postboolean
Set this to true to fetch the list of Ninja Points where the shipper can create "post" parcels.
allow_customer_returnboolean
Set this to true to fetch the list of Ninja Points where the customer can return parcels.
allow_shipper_sendboolean
Set this to true to fetch the list of Ninja Points where the shipper can drop off parcels.
allow_create_packboolean
Set this to true to fetch the list of Ninja Points where the shipper can drop off "pack" parcels.
can_sell_packsboolean
Set this to true to fetch the list of Ninja Points where the shipper can buy "pack" parcels.
Response
Ninja points successfully listed
Example response
{
"address_1": "#01-19/20/21 Clifford Centre",
"address_2": "24 Raffles Place",
"can_customer_collect": true,
"directions": "Next to Setish Boutique",
"dpms_id": 1337,
"floor_number": "01",
"id": 118,
"latitude": 3.009829,
"longitude": 102.770408,
"max_parcel_stay_duration": 3,
"name": "Mr Fix at Bukit Merah Central",
"opening_hours": [
{
"end_time": "22:00:00",
"start_time": "07:00:00"
}
],
"accepted_parcel_sizes": [
"XSMALL",
"SMALL"
],
"partner_id": 123,
"partner_name": "Antoni's Cafe",
"postal_code": "678265",
"short_name": "IS_UNS",
"unit_number": "123"
}