06-25-2024 11:33 PM
Hi everyone. I been trying to replicate a call request from a API Explorer in the Postman for a test, after copying all the headers from HTTP Headers with a working authorization token, but I keep getting "415 Unsupported Media Type" error, but I have Content-Type header, and tried pretty much everything, including application/json and application/x-www-form-urlencoded.
What I'm doing wrong?
Thanks in advance and have a great day!
Solved! Go to Best Answer
06-26-2024 02:33 AM
Never mind, I figured it out. You only need a clear Authorization token. and X-EBAY-C-MARKETPLACE-ID headers.
Sorry for bother, everyone. Have a fantastic day, everybody!
06-25-2024 11:35 PM
Example of url, which I'm trying to call, is https://api.ebay.com/buy/browse/v1/item_summary/search?q=phones&sort=newlyListed&limit=100&offset=0.
06-26-2024 02:33 AM
Never mind, I figured it out. You only need a clear Authorization token. and X-EBAY-C-MARKETPLACE-ID headers.
Sorry for bother, everyone. Have a fantastic day, everybody!