Thank you, that is helpful to know!
My current problem is to get a mapping from list of email and list of ids. I didn't know about the ordering part, and trying to verify if it's ...
Oh, I didn't realize the result was ordered the same as request. Is the ordering always guaranteed? I can't find anything about it on the API documentation, maybe I am missed it. I...
Hello,
I am using rest/v1/leads.json POST endpoint to update and get lead ids by emails. My input parameter is a list of emails. In the response, I get a list of ids back, but I a...