Two-Factor Authentication (2FA)

Resend code (POST)

If there's a code for e-mail auth, resend it to the registered e-mail

METHOD: POST AUTH: TRUE AUTH TYPE: `USER AUTH` ENDPOINT: /v3/oauth/2fa/resendcode

HEADER:

'Authorization': 'Bearer <%= token %>'

BODY:

NONE

RETURNS (200)

{ success: true }

Last updated