Start a passwordless authentication

Starts the 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.

SecurityCookieBlaizeSession or JwtQuery or JwtHeaderXBlaizeJwt or JwtHeaderXZephrJwt or JwtBearer or JwtCookie
Request
Request Body schema: application/json
required
object (identifiers)
required
object (delivery)
Responses
201

Created

400

Bad Request

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