hoss_4807
Pathfinder
Community Member since ‎05-03-2023
‎06-03-2023

User Statistics

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

User Activity

Hi there I'm using the following API to generate the access token and I'm putting all inputs: curl -X POST 'https://api.ebay.com/identity/v1/oauth2/token' \-H 'Content-Type: application/x-www-form-urlencoded' \-H 'Authorization: Basic Y .... 4OThj' \...
I'm trying to generate a refresh token to update a User access tokenvia this API: https://api.ebay.com/identity/v1/oauth2/token I set all headers and information, but it returns:{"error":"invalid_grant","error_description":"the provided authorization...
Hi thereI'm using this search API: https://svcs.ebay.com/services/search/FindingService/v1?Operation-Name=findItemsByKeywords First page is ok but when I get more pages(2, 3, .....), It returns something like this -> [{"@count":"0"}]Can you help me, ...