Question
How do I check what munchkins are associated with a lead?
I'm happy to provide more specific information if needed but basically:
1) User submits form
2) We push lead to Marketo using REST API (/rest/v1/leads/push.json)
3) We associate munchkin with the lead with REST API (/rest/v1/leads/{leadId}/associate.json)
How do I check if this munchkin has been successfully associated?