Skip to content

/login added

Latest
Compare
Choose a tag to compare
@rszturc rszturc released this 06 May 10:48
· 5 commits to master since this release

/login returns basic info about current user. The following POST data is expected

{
   "user": {
      "id": "USER-ID",
      "password": "PASSWORD"
   }
}