You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just received an update from the MailerLite support team:
There is no endpoint for webhooks available for the new API at the moment, you can find all available endpoints on the main page here: https://developers.mailerlite.com/docs/#mailerlite-api
"https://api.mailerlite.com/api/v2/webhooks" is an endpoint from the Classic version - it will only work with the classic API key.
The card to create webhooks for the new Mailerlite as well, but it was created just a week ago, so it will take some time before it is released. Once it's out - it will be added to the documentation for new API.
Hi all,
We've recently moved to the new MailerLite from the Classic version, and some endpoints are not working with the new version.
For example, there is a problem with the webhooks endpoint.
Client error:
GET https://api.mailerlite.com/api/v2/webhooks
resulted in a404 Not Found
response:{"error":{"message":"Endpoint not found"}}
We have the same problem wiht the unsubscription ($this->mailerLite->subscribers()->delete($subscriber->getEmail())).
Does anyone know the solution to this?
The text was updated successfully, but these errors were encountered: