We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/login
POST
{ "username" : "x", // String "password" : "x" // String }
{ "status": "success", "user": { "name": "x", "surname": "x", "username": "x", "email": "x@x" } }
{ "status": "error", "message": "Invalid username or password!" }
curl -H "Content-Type: application/json" -H "Accept: application/json" -X POST -d '{"username":"x","password":"x"}' https://not2do.herokuapp.com/login
There was an error while loading. Please reload this page.