/v1/driving require the Driving app to be enabled for your organization. If not enabled, endpoints return a 403 with error code driving_not_enabled.1https://api.v2.dealmachine.com/v1/driving
12curl https://api.v2.dealmachine.com/v1/driving/targets \ -H "Authorization: Bearer dm_sk_live_xxx"
| Resource | Description |
| Assignments | View assignment queues, create assignments, reassign work, and cancel assignments |
| Targets | Save properties as Driving targets and list target history |
| Tags | Manage Driving tag definitions and apply tags to properties |
| Tagged properties | Find properties by Driving tags and tagging activity |
| Notes | Capture property notes and general Driving notes |
1234567/v1/driving/assignments /v1/driving/targets /v1/driving/tags /v1/driving/tagged-properties /v1/driving/properties/{propertyId}/tags /v1/driving/notes /v1/driving/general-notes
| Code | Status | Description |
driving_not_enabled | 403 | Driving is not enabled for the organization |
driving_assignment_not_found | 404 | Assignment does not exist or is not available to the organization |
driving_target_not_found | 404 | Target does not exist or is not available to the organization |
driving_tag_not_found | 404 | Tag does not exist or is not available to the organization |
driving_note_not_found | 404 | Note does not exist or is not available to the organization |