-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
When I login with my password it returns:
Array ( [accessToken] => [refreshToken] => [expiresIn] => 0 [refreshExpiresIn] => 0 [tfaKey] => [accessMethod] => [loginType] => verifyCode )
Can I programmatically grab this code? or disable code verification some how so I can just use my password??
POST https://api.bambulab.com/v1/user-service/user/login
Request
Either login with password OR verification code, not both
{
"account": "",
"password":"",
"code": "",
}
Metadata
Metadata
Assignees
Labels
No labels