Login

Login

POST https://api-my-news.herokuapp.com/api/user/login

This endpoint allows you to get free cakes.

Request Body

NameTypeDescription

email

string

password

string

{
  "message": "Berhasil Login",
  "status": true,
  "data": {
    "id": 1,
    "name": "afif",
    "email": "afif@gmail.com",
    "email_verified_at": null,
    "api_token": "bQp6cOzuuJ2q0Y3DaxD9n8lsigZXAxEGLRrXBErCUddRwA8R8B4HYVYscwWdLWXivvGXablpZlvNllEX",
    "created_at": "2020-08-14T07:27:46.000000Z",
    "updated_at": "2020-08-14T07:27:46.000000Z"
  }
}

Last updated