Magento – You did not sign in correctly or your account is temporarily disabled. In Magento 2 Admin panel Token

magento-2.1rest apitoken

I am getting this error

"You did not sign in correctly or your account is temporarily
disabled"

during generating admin token in magento 2.1.12.

But admin panel is login with same username and password.

I don't know what is issue.Please Help.

Best Answer

Get Admin Token

Please check your URL action [It must be POST]

magento.host/index.php/rest/V1/integration/customer/token?admin&password=admin123

it will generate admin token.

The above case i explained is working fine for webAPI in magento2 which i tested in POSTMAN.

Related Topic