anonymous lead id
I would like to update a custom field on an anonymous lead object but I need the lead ID in order to do so. All I have access to is the Munchkin cookie value and I can not find the API call that would return the lead ID for the anonymous lead object. Again, I only have access to the cookie value so I am using the cookie value as the filterType/filterValue. Is this even possible?
Here is the API call to get the lead ID using the Munchkin cookie value:
https://AAA-BBB-CCC.mktorest.com/rest/v1/leads.json?filterType=cookie&filterValues=id%3A769-GSC-394%26token%3A_mch-invoca.com-1438643929003-48689&fields=id&access_token=
This API call returns the lead object just fine with known leads.