Skip to content

How to make oauth request using guzzlehttp

I am trying to connect two magento2 instances through REST API.

I have already created Endpoints.

I am using GuzzleHttpClient to make request.

How to implement Oauth Using guzzlehttp.

Any other solutions also fine.