Retrieve PUDO Locations
Searches the pick-up/drop-off locations (parcel lockers, service
points, post offices, parcel shops) of your configured carriers, with
standardized addresses, location types, and operating hours. Feed a
selected location’s pudo_location_uuid into Create Booking to route
the label there.
Required search criteria: provide either pudo_location_uuid (to
fetch one location — it takes priority over every other filter) or
postal_code together with country_code. For the widest results,
add coordinates with radius_meters (default 100 km): filter-based
search is exact-match, while area-based search returns everything in
range, sorted by distance_meters.
No match returns HTTP 200 with count: 0 and empty data.
Deprecations: the uuid parameter/field is replaced by
pudo_location_uuid (removal end of July 2026); the single-value
location_type / mapped_location_type address fields are replaced by
the list fields location_types / mapped_location_types (removal
end of August 2026).
Authorizations
Used by every functional endpoint. Generate the token with POST /auth/oauth/token/ and send it as Authorization: Bearer {token}.
Query Parameters
Fetch one specific location. Takes priority over all other filters.
Legacy name for pudo_location_uuid. Removed end of July 2026.
Postal code to search in, together with country_code. Required when pudo_location_uuid is not provided.
ISO 3166-1 alpha-2 country code, together with postal_code. Required when pudo_location_uuid is not provided.
Carrier-unique PUDO location ID.
Comma-separated Perform.AI carrier IDs (from Carrier configurations) to filter by carrier.
latitude,longitude for area search and distance calculation, e.g. 52.5200,13.4050.
Search radius for coordinate search. Default 100 km.
Full address string (street, number, postal code, city) used to find nearby locations and compute distance.
Comma-separated carrier-original location types to filter by.
Comma-separated Perform.AI standardized location types to filter by.
Locations per page.
1 <= x <= 100Page number.