Skip to main content

Log In

Log in a user. Login via email and password. A successful request returns the attribute auth_token that can be used for authenticate the user at other calls.It's also possible to log in with a "first time login". This token is sent to users we manually created through Studio Admin

Request Body required
  • email email

    User's email. Should be unique

  • password password

    User's password

Responses

OK


Schema
  • auth_token string

    A token that should be use to authenticate the requests

  • message string
  • status string
Loading...