API Documentation - login

Log in for existing users

Last updated on 26/08/2014 14:34:05

It receives an email address and a MD5 password and it returns a login key that will be used for the further API Calls

POST Parameters

Name Type Explanation Example
email email The email address of the registered user alejandro@murrion.com
password string The password of the user, in a MD5 encoded 32 bit string 5f4dcc3b5aa765d61d8327deb882cf99

Return

Name Type Explanation Example
message string Logged in successfully
login_key string bocepo29090

Try it!