Magento – Rest API 403 Access Denied

customermagento-1.9rest

I testing the REST API with the Fire Fox Rest API Client. But I am getting 403 Access Denined. I have checked with all the permissions as mentioned in the other answers but could not get through. I am new to REST API.

enter image description here

UPDATE 1:

However, by looking at below API, I have not found any information regarding Login.

http://devdocs.magento.com/guides/m1x/api/rest/Resources/resource_customers.html

UPDATE 2:

I am able to get the Login screen as below.

enter image description here

Now the question is from where will I get oauth_token ?

Best Answer

Please ensure that your user->role has permission for customer if you are fetching customer

Please go to system->permission->role and add permission for your user role for access.