Hi all - I'm building some test cases to validate that our backend scenarios work as expected for syncing users to mailchimp.
One of the things I'm doing is making a series of calls to listSubscribe / listUnsubscribe. My test cases run quickly. Is there a sandbox API key or test environment I can connect to rather than our production mailchimp account to keep us from looking suspicious or getting us rate limited or banned?
I can create HTTP nocks to ensure we don't actually hit your service, but then I'm just returning fake data and it's always good to have a sandbox environment for us devs to play with. Does such a thing exist?
Feedback: Your API documentation is awesome. Appreciate the detail.
Thanks,
~M