Solved
Samples for /rest/v1/leads/{leadId}/associate.json
Hi,
I am trying to use this associate api to fill in Munchkin Cookie Id. While searching in Github, I find that the input is not consistent across languages. link
Could I know which payload is correct to associate leads with cookie id?
- {Cookie: "_mkto_trk=id:299-BYM-827&token:_mch-localhost-1435105067262-67189", leadId: "123"}
- {Cookie: "id:299-BYM-827&token:_mch-localhost-1435105067262-67189", leadId: "123"}
Thanks!