Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

Get drive

Returns a recorded drive's route, events, visits, and Prospects added during it.
curl https://api.v2.dealmachine.com/v1/driving/drives/drive_session_501 \ -H "Authorization: Bearer dm_sk_live_xxx"
The prospects array includes the universal prospect_id, property record_id, lifecycle, source, and time added. Manage the linked record with the Prospects Endpoints:
curl "https://api.v2.dealmachine.com/v1/prospects?source=driving" \ -H "Authorization: Bearer dm_sk_live_xxx"