---
title: "List Ninja Points v2"
method: GET
path: "/{countryCode}/2.0/pudos"
tags: ["PUDO API"]
---

# List Ninja Points v2

`GET /{countryCode}/2.0/pudos`

Returns a list of Ninja Points that meet the passed query parameters.

## Path parameters

- `countryCode` 'SG' | 'MY' | 'TH' | 'ID' | 'VN' | 'PH' | 'MM', required

## Query parameters

- `can_customer_collect` boolean
- `allow_create_post` boolean
- `allow_customer_return` boolean
- `allow_shipper_send` boolean
- `allow_create_pack` boolean
- `can_sell_packs` boolean

## Response `200`

Ninja points successfully listed

- DistributionPointV2
  - `address_1` string — Unit and block of the Ninja Point's address.
  - `address_2` string — Street address of the Ninja Point.
  - `allow_create_pack` boolean — Flag to indicate if the Ninja Point allows "pack" parcel creation.
  - `allow_create_post` boolean — Flag to indicate if the Ninja Point allows "post" parcel creation.
  - `allow_customer_return` boolean — Flag to indicate if the Ninja Point allows customer returns.
  - `allow_shipper_send` boolean — Flag to indicate if the Ninja Point allows shippers to drop-off "send" parcels.
  - `can_customer_collect` boolean — Flag to indicate if the Ninja Point allows customer collection.
  - `directions` string — Additional description on how to find the Ninja Point.
  - `distance` number — N/A
  - `dpms_id` number — Legacy Ninja Point identifier.
  - `floor_number` string — Floor number of the Ninja Point's address.
  - `id` integer — Ninja Van's identifier for the Ninja Point.
  - `latitude` number — Latitude of the Ninja Point's location.
  - `longitude` number — Longitude of the Ninja Point's location.
  - `max_parcel_stay_duration` number — Maximum number of days a parcel can stay at the Ninja Point.
  - `name` string — Descriptive names of the locations easily understood by customers, to be used in the selection dropdown list.
  - `opening_hours` OpeningTime[] — Details of the Ninja Point's opening hours.
    - `day_of_week` integer — Number of the day starting from "1" for Monday.
    - `end_time` string — Time at which the Ninja Point closes.
    - `start_time` string — Time at which the Ninja Point opens for business.
  - `accepted_parcel_sizes` string[] — Accepted parcel sizes for shipper drop-offs at Ninja Points (excluding customer collection service).
  - `packs_sold_here` boolean — Flag to indicate if Ninja Packs are available for purchase at the Ninja Point.
  - `partner_id` number — Ninja Point partner's identifier.
  - `partner_name` string — Ninja Point partner's name.
  - `postal_code` string — Postal code of the Ninja Point's address.
  - `short_name` string — Identifier used by the order creation endpoint to map to the Ninja Point.
  - `type` 'BOX' | 'SHOP' — Type of the Ninja Point.
  - `unit_number` string — Unit number of the Ninja Point's address.

---

[API](https://skmtc.net/ninjavan/apis/ninja-van-api.md) · [All operations](https://skmtc.net/ninjavan/apis/ninja-van-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjavan/ninja-van-api/revisions/9096adaf76a2/schema)
