POST
/
v1
/
verify-2fa
{
  "access_token": "<string>",
  "expires_in": 123,
  "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
user_id
string
required
otp
string
required
Required string length: 6

Response

200
application/json
2FA verification successful
access_token
string
required
expires_in
integer
required

Token expiration in seconds

user_id
string
required