Right now I'm trying to use the Legacy DRS APIs and am currently stuck trying to give users access to the settings page where they can configure the ASIN they want to reorder for a given slot.
https://drs-web.amazon.com/settings?access_token=foobar
Documentation here: https://developer.amazon.com/docs/dash/device-management-and-settings.html
I have a valid access token (Atza|IwEBIBdhS1E-4yP8TJgrNBJ0i...) but whenever I navigate to the above URL using my access token I always get the following response in the URL: "drs-web.amazon.com/401?reason=BAD_LWA_TOKEN. "
Inspecting network requests, I see that my initial query for the "/settings" page results in a "302 Found" status but it always redirects to "drs-web.amazon.com/401?reason=BAD_LWA_TOKEN". I've tried encoding the access token as well, still with no luck.
Am I missing something? Is the documentation incorrect or am I hitting the wrong URL here?
Any and all help would be appreciated.