path idstringrequiredprospect_8812.12curl "https://api.v2.dealmachine.com/v1/prospects/prospect_8812" \ -H "Authorization: Bearer dm_sk_live_xxx"
123456789101112131415161718192021222324{ "data": { "id": "prospect_8812", "record_type": "property", "record_id": "prop_12345", "lifecycle": "active", "favorite": false, "source": "api", "added_by": { "type": "api_key", "user_id": null, "name": null, "api_key_id": "key_9f1c..." }, "record": { "address": "123 Main St", "city": "Austin", "state": "TX", "zip": "78701", "latitude": 30.2672, "longitude": -97.7431 }, "tags": [{ "id": "tag_1", "name": "Hot", "badge_variant": "destructive", "is_system": true }], "note_count": 2, "file_count": 0, "opportunity_at": null, "archived_at": null, "created_at": "2026-08-26T15:04:05.000Z", "updated_at": "2026-08-26T15:04:05.000Z" } }