Skip to content

User resource

cjsaylor edited this page Apr 12, 2012 · 1 revision

Controls all actions concerning users.

login

Log in with username and password to retrieve API and Secret key to access the rest of the api resources.

/api/users/login
  • Method: POST
  • Source: Users.login
  • Required parameters:
    • Email - user email address.
    • password - user password.
Clone this wiki locally