cURL
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 does not have an example.
Perform a password login for the user identified by user_id and a given password.
user_id
password
This endpoint is only available if passwords have been enabled via configuration option passwords.enabled.
passwords.enabled
Successful password login
Was this page helpful?