Skip to content

Magento 2 Rest API using basic Auth

I have created a custom admin user and gave access rights to access all the magento modules.

Now when i hit the url to get product info by passing sku in url from postman.

http://local.m2.com/rest/V1/products/24-MB02

and select authorization type basic auth with username and password which i have created from admin, it gives me error

Consumer is not authorized to access %resources.

how can i fix that or is there any way to access Magento API’s using basic auth?