Logs in a registered user.
Name | Description |
---|---|
User email | |
password | User password |
Content-Type: application/json Host: example.org
POST /v1/login
curl "http://extracker-api.herokuapp.com/v1/login" -d '' -X POST \ -H "Content-Type: application/json" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json; charset=utf-8
401
Content-Type: application/json Host: example.org
POST /v1/login
curl "http://extracker-api.herokuapp.com/v1/login" -d '{"email":"sherika@ullrich.biz","password":"foobar"}' -X POST \ -H "Content-Type: application/json" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json; charset=utf-8
200