cURL
curl --request POST \ --url https://api.nova-cloud.ai/auth/login/verify-2fa \ --header 'Content-Type: application/json' \ --data ' { "token": "<string>", "totp_code": "<string>" } '
{ "access_token": "<string>", "refresh_token": "<string>", "token_type": "bearer", "expires_in": 3600 }
Complete login by verifying a 2FA TOTP code. Required when the login response indicates 2FA is enabled.
Pending 2FA challenge token from login
6-digit TOTP code or backup code
6
2FA verified, tokens returned
JWT access token (expires in 1 hour)
Refresh token for obtaining new access tokens
"bearer"
Token lifetime in seconds
3600