Contents
Changelog
ADDED
Effective from:
Apr 22nd, 2025
New endpoints to convert Deals to Leads and Leads to Deals
Announced: April 22, 2025
Effective from:
Apr 22nd, 2025
Apr 22nd, 2025
We are introducing the possibility of initiating a conversion between Deals and Leads.
What is being added?
Four new endpoints to enable conversion between Deals and Leads have been released. Those endpoints allow the initialization of a conversion and getting the status of an ongoing conversion.
POST /api/v2/deals/{id}/convert/lead
POST /api/v2/leads/{id}/convert/deal
GET /api/v2/deals/{id}/convert/status/{conversion_id}
GET /api/v2/leads/{id}/convert/status/{conversion_id}
Additional resources:
If you have any questions or comments, feel free to let us know in the Developer’s Community.