auth

Verify two-factor authentication

post/auth/2fa/verify

Request body

tokenstring required

Response

Token verified successfully

statusstring
statusCodeinteger
messagestring

Example response

{
  "status": "success",
  "statusCode": 200,
  "message": "Token verified successfully"
}

Changes

Changed in 2 of the 15 revisions of this API.11