RentADriver
Get API key
answers / track-delivery-driver-location

Can an AI agent track the driver in real time?

Short answer. Yes. track_delivery returns status, ETA and the driver's position while a job is live; the events endpoint streams every change over SSE; webhooks deliver HMAC-signed callbacks; and each delivery has a public tracking link for the recipient.

Best for
  • Long-running agents that wait for arrival
  • Customer-facing apps that show a live map
  • Automations triggered on delivered or failed
Limits and responsibilities
  • Driver position is shared only while the job is active
  • Public tracking shows first name and vehicle class only

How it works

  1. 01Poll track_delivery every 30–60 s, or open the SSE stream
  2. 02Register a webhook for delivery.* events
  3. 03Share tracking_url with the recipient
track_deliveryget_delivery_eventsregister_webhook