Skip to main content
POST
Verify TOTP code

Authorizations

api_access_token
string
header
required

API access token authentication

Body

application/json
email
string<email>
required

User email address

otp_code
string
required

6-digit TOTP code

Pattern: ^[0-9]{6}$
Example:

"123456"

Response

TOTP verification successful

success
boolean
Example:

true

data
object
message
string