mailerlite-api-v2-php-sdk
mailerlite-api-v2-php-sdk copied to clipboard
Campaigns GET endpoint not found
When i want to fetch all campaigns through the API, i get the endpoint not found
error.
public function __construct()
{
$this->instance = new \MailerLiteApi\MailerLite('credentials');
}
public function getCampaigns()
{
$response = $this->instance->campaigns()->get();
}
@Jeroenhulshof - any luck there?
@ranaroussi nope. Not yet
Just got this from their support:
The reason behind this, is that campaign endpoints don't work yet for the new app.
Our developers are working on implementing it, so in the nearest future, those endpoints will be working with the new API.
☹️
Very nice! I'll be waiting :) thanks for your reply @ranaroussi
I got the same error. If there is a hope it to be fixed? I lee last updates on the project were 2 years ago ...
any updates on this?
Sorry, this fell through the cracks. This was implemented back in April.