Skip to Content
Client API 2026-09Delivery Points

Delivery Points

GET /delivery-points?city=&postalCode=&address= — rate limit 30 / min

Returns the pickup / delivery points (lockers, shops — PUDO) close to an address. BRT is the only network available today; the optional carrier parameter (brt) is accepted for forward compatibility.

Query parameterRequiredDescription
cityYes
postalCodeYes
addressNoStreet, to refine the search
carrierNobrt
curl "https://<subdomain>.spedisci.online/api/2026-09/delivery-points?city=Milano&postalCode=20100&address=Via%20Roma%201" \ -H "Authorization: Bearer <access_token>" \ -H "Accept: application/json"

data is the carrier’s own response, passed through as received: field names and structure depend on the network and may change with it. Treat the example above as illustrative.

HTTPcodeWhen
422validation_failedMissing city or postalCode
502carrier_errorThe delivery points service is not available
Last updated on