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

Apply Property Tag

Apply a Driving tag to one property. Reapplying the same tag is idempotent.
path propertyIdnumberrequired
Internal DealMachine property ID
body tag_idnumberrequired
Driving tag ID
body latitudenumber
Latitude where the tag was applied
body longitudenumber
Longitude where the tag was applied
body drive_session_idnumber
Driving session ID
Request example
curl https://api.v2.dealmachine.com/v1/driving/properties/123456/tags \ -H "Authorization: Bearer dm_sk_live_xxx" \ -H "Content-Type: application/json" \ -d '{ "tag_id": 11 }'