URL to access order API now requesting credentials

This is probably really simple, but I can not figure it out…

I used to be able to access recent orders via API by entering the following URL:

https://{mystore}.myshopify.com/admin/api/2023-07/orders.json

Now when I enter this link, I’m asked to enter my Username & Password. I’ve tried everything I can think of. Even created a custom app and entered the Key & Secret Key… Even tried including this in the URL…

What am I missing?

Hey @stephenmed

That URL works when you have an active session in the admin (logged in). If you’re sending the request from an app, you can pass along a token like this (click the REST example).