I am Trying to figure out an endpoint where I can fetch a list of deals associated with a list of participants emails and which is created by a pipedrive user email. I checked searchDeals api but I couldn’t details where I can query on the list of participant email.
I did find one api to get deals associated to A PERSON created by user_id but this doesnt seam to fetch correct results
https://sandbox.pipedrive.com/v1/deals/search?term=<USER_ID>&fields=user_id&exact_match=true&person_id=<PERSON_ID>