I am implementing search subscribers via mailwizz api. Both (1) email search and (2) email search in all lists yields a 404 not found error even though I can verify that the email address in indeed present in the List in Mailiwizz dashboard.
GET https://www.example.com/api/index.p...arch-by-email-in-all-lists?EMAIL=john@abc.com
status code: 404
errorL: {"status":"error","error":"Page not found."}
GET https://www.example.com/api/index.php/lists/subscribers/search-by-email?EMAIL=john@abc.com
status code: 404
errorL: {"status":"error","error":"Page not found."}
What am I missing here?
Note: I cannot use Mailiwizz PHP-SDK since we're not using PHP. I can only reverse engineer the SDK, It wouold be awesome if the Mailiwizz docs is kind of generics REST documentation.
GET https://www.example.com/api/index.p...arch-by-email-in-all-lists?EMAIL=john@abc.com
status code: 404
errorL: {"status":"error","error":"Page not found."}
GET https://www.example.com/api/index.php/lists/subscribers/search-by-email?EMAIL=john@abc.com
status code: 404
errorL: {"status":"error","error":"Page not found."}
What am I missing here?
Note: I cannot use Mailiwizz PHP-SDK since we're not using PHP. I can only reverse engineer the SDK, It wouold be awesome if the Mailiwizz docs is kind of generics REST documentation.