cancel
Showing results for 
Search instead for 
Did you mean: 

Magento2.2 API authentication

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

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?