cancel
Showing results for 
Search instead for 
Did you mean: 

Magento2.2 API authentication

Magento2.2 API authentication

I'm having doubts in the process of creating a connection with an api.
I have already created the Integration System> Integration> Add New Integration with access to everything.
Via Postman I configured the OAuth 1.0 type authorization and when doing a GET https://myserver.com/rest/V1/modules give me the answer
{
     "message": "Consumer is not authorized to access% resources",
     "parameters": {
         "resources": "Magento_Backend :: admin"
     }
}

If you allow Allow Anonymous Guest Access I can already access it.

Can you help me

1 REPLY 1

Re: Magento2.2 API authentication

Hi @francisco_brás,

 

How is the authentication made?