Hi, I am on Magento 1.7.2 I'm trying to enable RESP API.
I went though all oauth process and I have the token.
Now when I make any API request I have this error:
{"messages":{"error":[{"code":0,"message":"Role '4' not found"}]}}
The web server error is 500 internal server error
I went to system>perms>users, selected the admin user I logged in and from REST Role, I clicked on the checkbox related to my REST customer I created previously.
Do you have any hint?
I suppose '4' should be the ID of the user? (the user I used has id 5)
Kind regards