drewm / mailchimp-api

Super-simple, minimum abstraction MailChimp API v3 wrapper, in PHP
MIT License
1.99k stars 506 forks source link

Authorization issue #319

Open SCizmar opened 1 year ago

SCizmar commented 1 year ago

Hello, Out of the sudden i get 401 error (Your request did not include an API key) when i try the batch update. If i try to do a basic request (non batch one) everything works fine. Do you have any idea what might be causing this?

Thanks.