MOR API user login
From Kolmisoft Wiki
Jump to navigationJump to search
Logs in user into MOR
To set the customer redirected to the MoR billing Main site if the login was successful, go to: In SETTINGS->Setup->Settings->API and check Allow API Login Redirect.
Request
HTML POST: http://<SERVER_IP>/billing/api/login?u=username&p=password
Result
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <action> <name>login</name> <status>ok</status> </action>
Everything is ok. User is logged in to the system.
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <action> <name>login</name> <status>failed</status> </action>
This means that wrong username and/or password and user can't be authenticated.