Hi everyone - been using MXRoute for a little while and now looking to automate some of the functions in it (create emails etc).
Had a look at the DA API and can use my username and password to get a list of the domains I have in my account with the /CMD_API_SHOW_DOMAINS command. That works fine.
However, when I try to create an email in one of those domains, I get the “You do not own that domain error”
To test the API I was running:
curl -ks -u my_username:my_password https://xxxxxx.mxrouting.net:2222/CMD_API_POP?action=create&domain=mydomain.com&user=emailusername&passwd=Thisismypassword23"a=10
Any ideas where I am going wrong?
Thanks for your time!