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

Body

application/json
email
string
required
password
string
required

Response

200

Login successful