I'm trying to connect to the Premium Sync APi in order to create new contacts via xml from a web form.
I have premium sync module installed.
Following the instructions here: https://www.epesi.org/devtutorial/epesitutorial/usingexistingmodules/premiumsync
I've built up my query string like so:
https://MyDomainURL/modules/Premium/Sync/authenticate.php?login=UserName&password=MyPasswordAfterMD5Treatment
I've ran the full string through postman and was expecting to see:
<response>OK</response>
but i keep getting
<response>ERROR</response>
Status 401 Unauthorized
Has anyone had this problem? Am i doing something wrong?