POSTMAN Get does not work with new private app

Hello

I have a private app created and installed a couple of years ago. This works with postman using GET https://:[email removed].myshopify.com/admin/api/2023-01/orders.json?fulfillment_status=unshipped.

I have Basic Auth configured to use the username: and Password:

However, I have installed the new app with the same permissions. But it gives me an invalid Key errors when trying to GET using Postman. https://:[email removed].myshopify.com/admin/api/2023-01/orders.json?fulfillment_status=unshipped.

{“errors”:“[API] Invalid API key or access token (unrecognized login or wrong password)”} error..

Did authentication method change for new private apps?

Any help or suggestions is much appreciated.

Thanks

Hi @lacouser :waving_hand:

As noted in this doc, all REST Admin API queries require a valid Shopify access token. The access token must be Included in the request header as X-Shopify-Access-Token on all API queries. For apps created from a merchant’s Admin, you can surface the access token by following the steps outlined in this help doc.

Hope that helps!