I'm attempting to create a live demo for my AI chatbot using the eBay API but I'm getting a 401 Error.
I'm copying the token from "Get OAuth Application Token" in the User Tokens page and pasting it into the Authorization header in the format "Authorization: Bearer {token}" and have checked probably atleast 10 times that it's correct (no extra spaces etc.). It gets rejected every time.