Skip to main content
POST
Verify TOTP code and enable 2FA

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
code
string
required
Required string length: 6
Pattern: ^\d{6}$

Response

200 - undefined