SPA Authentication
SPA 2FA Resend - Resend 2FA code
Resends the 2FA verification code to the user email.
POST
/api/spa/auth/2fa/resendAuthorizations
X-AUTH-TOKEN
stringheaderrequired
Value for the X-AUTH-TOKEN header parameter.
Request Body
application/json
required
The new SpaTwoFactor resource
{
"twoFactorToken": "eyJ0eXAiOiIyZmEiLCJ1c2VySWQiOjF9..."
}Response
201
SpaTwoFactor resource created
success
boolean
Success status
message
string
Status message