REST API not working

david he

New Member
Hello all,

I'm new to MailWizz, and I'm having some issue configuring the API. Any help would be appreciated.

Mailwizz is fully running at http://mailwizz.ourCompany.com

But I can't seem to access any of the api paths. For example, when do /api/lists, either through postman or through code, I get the response: Unable to resolve the request api/lists.

What am I doing wrong?

Thanks,
David
 
@david he - most likely because you have to access: /api/index.php/lists because you are not using clean urls in your app.
The real api url is shown in your customer area in the api keys section by pressing the info icon in page.
 
Back
Top