Skip to main content
POST
/
api
/
auth
/
login
Login
curl --request POST \
  --url http://localhost:8000/api/auth/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "password": "<string>"
}
'

Body

application/json
email
string
required
password
string
required

Response

User and token