I'm trying to use the Web API to retrieve a track and use the web api endpoints in general. I went through the Oauth flow for the web and retrieve a token. This token works fine for retrieving user account info but when I try to use this with (https://api.music.amazon.dev/v1/tracks/B076YT2CBT) for example I get "access denied" with "Invalid Authorization type provided".
I made sure to use the header values of "x-api-key" with my client-id and the "Authorization" with a value of the token generated. What am I doing wrong here?