verifyRegistration

POST https://{{host}}/api/v1/register/verify/:token

To verify two-factor authentication by using a code generated by app (e.g. Google Authenticator, Authy) or by SMS. Upon successful verification, the otp_verified will be set to true if it hasn’t already been.

Request Body

{"two_factor"=>"123456"}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Constring

RESPONSES

status: OK

{"invite_not_applied":true,"detail":"password policy not met","min_length":8}