v1
latestOpenAPI 3.0.02026-08-06165119238.1 KBUsers
Start a passwordless authentication
Starts a passwordless authentication.
IMPORTANT: For passwordless authentication, first is required to send a POST to request an email to be sent to the user’s email with a link for the user to click on to verify his email.
post/v3/users/token-exchange
Request body
Example request
{
"identifiers": {
"email_address": "joe.blow@company.com"
},
"delivery": {
"method": "email",
"destination": "joe.blow@company.com",
"action": "login",
"redirect": "/"
}
}Response
Created