Hello Everyone;
Does anyone have a idea why my api call return me :
{“errcode”:10007,“errmsg”:“invalid account or invalid password”,“description”:“username或password错误”}
When it look like my settings are good ?
It’s my first api connection; I hope i didn’t mess up 
The api documentation :
https://euopen.ttlock.com/document/doc?urlName=cloud%2Foauth2%2FgetAccessTokenEn.html
Your password should be (32 chars, low case, md5 encrypted) are you encrypting your actual password?
1 Like
Omg;
Thank’s I didn’t understand that was me that have to set the md5 encrypted !
Much thank’s !
yah you have to do it, it happend with me too when i was learning API, but most of the time i use 64 char encoding . i use https://www.base64encode.org/ to encode in 64, it does not provide 32 as far i know. you have to do a bit googling . 
1 Like