POST
/
auth
/
login
curl --request POST \
  --url http://localhost:8080/auth/login \
  --header 'Content-Type: application/json' \
  --data '{
  "username": "<string>",
  "password": "<string>"
}'
This response does not have an example.

Body

application/json
Login details.

Request body for logging in.

username
string
required
Required string length: 3 - 48
password
string
required
Required string length: 5 - 128

Response

200
_mintlify/placeholder

Success