simbia6
Pathfinder
Community Member since ‎11-28-2023
‎11-29-2023

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Helpful Votes Given
  • 0 Helpful Votes Received

User Activity

My code is the following: $guzzleClient = new \GuzzleHttp\Client(); $response = $guzzleClient->post('https://api.sandbox.ebay.com/identity/v1/oauth2/token', [ 'headers' => [ 'Authorization' => 'Basic ' . $oauthToken, 'Content-Type' => 'application/x-...