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.

Request
Request Body schema: application/json
required
object
required
object
Responses
201

Created

400

Bad Request

post/v3/users/token-exchange
Request samples
application/json
{
  • "identifiers": {
    },
  • "delivery": {
    }
}