Doorstep Go
Doorstep Go is Doorstep's delivery navigation experience. It guides drivers from the curb to the correct door — entrances, parking, and in-building waypoints — for any supported address.
There are two ways to integrate Doorstep Go into your delivery flow:
1. Via API — get the waypoints
Call the Addresses endpoint to retrieve the underlying navigation data for an address: the building polygon, entrance locations, parking zones, and elevation access points. Use this when you want to render waypoints inside your own driver app or routing system.
GET /v1/map/addresses
2. Via the web app — show Doorstep Go directly
Use Link Generation to create a secure, signed link to the Doorstep Go web app for a specific delivery. Embed the link in your driver app or send it directly to the driver.
GET /v1/link/go
Which should I use?
| Via API (Addresses) | Via web app (Link Generation) | |
|---|---|---|
| Best for | Teams with their own driver app or map UI | Teams that want navigation with zero UI work |
| You build | The driver-facing experience | Nothing — Doorstep Go hosts it |
| You get | Raw waypoints: polygons, entrances, parking, elevation access | A signed, expiring link to the Doorstep Go web app |