GET /v5/pudo-locations/ aggregates them across your configured carriers with standardized addresses, location types, and operating hours. The classic flow: power a “choose a pickup point” step at checkout, then pass the chosen pudo_location_uuid to Create Booking. Full parameter list: API reference.
Prerequisites
Carriers must be configured in Settings > Carriers; get their IDs for thecarrier_ids filter from Carrier configurations.
Three ways to search
By location — fetch one specific point;pudo_location_uuid takes priority over every other filter:
coordinates (lat,lng) plus radius_meters (default 100 km). Results include distance_meters from your origin, ready for distance sorting. A search parameter accepting a free-text address does the same geocoding for you.
Narrow any search with location_types (carrier-original names) or mapped_location_types (Perform.AI standardized names — Parcel Locker, Service Point, Parcel Shop, Post Office…); the reference page lists the supported types per carrier.
Provide either
pudo_location_uuid or postal_code + country_code — one of the two is required. For the broadest results, pair the postal-code search with coordinates and radius_meters.Reading the results
- Pagination is page-based:
limit1–100 (default 25),pagefrom 1;messagereports total pages. This endpoint’s envelope has noapi_responsefield —countanddatacarry the result. - No match returns HTTP 200 with
count: 0and an empty array — unlike List Shipments, this is not a 404. - Each location includes its operating hours three ways (
operating_hours_calcwith cutoffs per service, standardizedopening_hours,cutoff_hours), plusclosing_periods(holidays),validity_period,services, and carrier-specificadditional_info.
Deprecations — action needed
Both old and new names are currently returned side by side — migrate your integration to the new names now.