Skip to main content
PUT
Verify New 2FA Method Authorization

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
code
string

Verification code received via the method chosen in the POST step

Example:

"123456"

secret
string

The tfa_secret returned from the POST authorize-new-method step

Example:

"abc123secret"

Response

Returns {success: true, msg: "Authorization successful."} after code verification.

success
boolean

Always true

msg
string

"Authorization successful."