Effective from: July 28, 2021
We have made a few updates to our Leads API:
-
You can now indicate whether the Lead has been seen by someone in the Pipedrive UI via the new
was_seenflag added toPOST /v1/leads/andPATCH /v1/leads/{id}endpoints. -
We have added the
visible_toand thecc_emailparameters to the responses of the following four endpoints:GET /v1/leadsGET /v1/leads/${id}POST /v1/leads/PATCH /v1/leads/{id}
-
It is now possible to set the
visible_tobody parameter when requesting the following two endpoints:POST /v1/leads/PATCH /v1/leads/{id}
See full the changelog post here.