Skip to main content

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 forTeams with their own driver app or map UITeams that want navigation with zero UI work
You buildThe driver-facing experienceNothing — Doorstep Go hosts it
You getRaw waypoints: polygons, entrances, parking, elevation accessA signed, expiring link to the Doorstep Go web app