POST
/
password
/
login
curl --request POST \
  --url https://{tenant_id}.hanko.io/password/login \
  --header 'Content-Type: application/json' \
  --data '{
  "user_id": "c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c",
  "password": "9UnCBEx924a45P7p"
}'
This response has no body data.

Deprecated. Please use the Flow API instead. What’s the Flow API?.

Body

application/json
user_id
string
required

The ID of the user to perform a password login for

password
string
required

The actual password, its minLength defaults to 8 but can be configured through the password.min_password_length option.

Required string length: 8 - 72