Skip to main content
Nash provides a hosted, white-label live-tracking page you embed in your web or mobile app with an <iframe>. The embed shows the courier’s position on a live map together with real-time status updates — no backend work required on your side. The easiest way to get the URL is to read the publicTrackingUrl field returned on the job (delivery); it already points at the right environment.

Pick the correct base URL

Add the required path parameter

The last segment of the URL must be a packageId or a jobId (both work — use whichever you have on hand):

Optional: map-only mode

If you want to present just the live map without the details pane, add the components query parameter with value map:

Complete example

Reference

Need something richer?

The iframe approach covers the majority of use cases, but Nash also supports deeper, fully customizable embeddings — for example:
  • Pushing live status events directly into your own components
  • Re-skinning the UI to match a bespoke design system
  • Embedding only selective widgets (ETA chip, progress bar, etc.)
These advanced options require a short enablement step on our side. Reach out to your Nash solutions engineer or email support@usenash.com to learn more.

Notifications

Keep customers and internal teams updated on delivery events.

Webhooks

Push real-time delivery events to your own endpoint.