Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
path idstringrequired
Prospect ID.
body lifecyclestring
active, opportunity, or archived.
body favoriteboolean
Star or unstar for the API key's user. Needs a key created by a user.
body cascadebooleandefault: true
When archiving: remove the prospect from every list and close its open opportunities. Pass false to keep list memberships and open opportunities. Mail always ends.
Request example
curl -X PATCH "https://api.v2.dealmachine.com/v1/prospects/prospect_8812" \ -H "Authorization: Bearer dm_sk_live_xxx" \ -H "Content-Type: application/json" \ -d '{ "lifecycle": "opportunity" }'