DocsAPI ReferenceAccount/bff/account/login-otp-auth
postAccountAdmin BFF

/bff/account/login-otp-auth

Validates the 6-digit TOTP code (RFC 6238, HMAC-SHA1, 30s period) against the user's stored base32 secret with ±1-step clock skew tolerance, and authorizes the login identity if correct.

AccountpostBffAccountLogin-otp-auth

Parameters

1 body

1 total
Body · 1
otpCodestringRequired

One-time password code from the authenticator app.

Request

POST /bff/account/login-otp-auth

post
curl -X POST "https://api.bizkithub.com/bff/account/login-otp-auth" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "otpCode": "example_otpCode"
}'

Response

JSON payload

{
  "success": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key