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?
Thanks!
Solved! Go to Solution.
The API expects the cookie value, which is what you've in the 2nd option. Also, you should URI encode the '&' in the cookie value, i.e., use %26 instead of '&'
You’re right that there’s a bug in the PHP version, but the REST API docs themselves are clear that it’s the cookie value. Not the entire name=value pair.