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 parameter | Required | Description |
|---|---|---|
city | Yes | |
postalCode | Yes | |
address | No | Street, to refine the search |
carrier | No | brt |
Request
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.
| HTTP | code | When |
|---|---|---|
422 | validation_failed | Missing city or postalCode |
502 | carrier_error | The delivery points service is not available |
Last updated on