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 a 404 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?
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/webhooksresulted in a404 Not Foundresponse:{"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?