I have installed a new app onto the shopify admin store. (I believe this app is considered private/custom)
My goal is to have the app set up to listen via webhooks for orders that are created in the store.
In order to test this app, I just made a simple authenticated request, but the response I’m getting is a oauthorize url. What am I doing wrong here?
GET https://<SHOP_NAME>.myshopify.com/admin/api/2023-10/orders.json
with headers: X-Shopify-Access-Token: <ACCESSS_TOKEN>
returns html response: with redirect link
```https://accounts.shopify.com/oauth/authorize?>>>>>>>>``