Skip to main content
POST
Verify TOTP device

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

6-digit TOTP code

Response

Success

verified
boolean

Channel verified

Example:

true