Passcode
Initialize passcode login
Initialize a passcode login for the user identified by user_id
. Sends an email
containing the actual passcode to the user’s primary email address or to the address specified
through email_id
. Returns a representation of the passcode.
POST
https://{tenant_id}.hanko.io
/
passcode
/
login
/
initialize
Body
application/json
The ID of the user
The ID of the email address
Was this page helpful?