You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Walter Lara edited this page Feb 16, 2024
·
3 revisions
Request Two-Factor Authentication (2FA) Code
Allows to request a 2FA code (aka verification code) to be send via email.
Request
URL: /v1/auth/code
Method: GET
Path Parameters: None
Query Parameters:
Parameter
Type
Description
Requirement Type
email
string
Valid email address to send the 2FA auth-code.
Required
mustExists
boolean
Indicates if an existing account associated with the email must exists to process the request. In other words, it indicates if the request should be ignored when no account is found. If missing, defaults to false.
Optional
Headers:
g-recaptcha-platform: {Web|Android|iOS}
g-recaptcha-token: {reCAPTCHA Token for "auth_code" action}