Problem with endpoints

when I make a request to https://kwt-filters.myshopify.com/admin/api/2022-01/products.json it returns

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

but when the request changes to https://kwt-filters.myshopify.com/products.json it return all my products correctly.

Does anyone know the reason? the endpoint with the /admin/api/2022-01 does not work.

Is not a token problem because in the second url it works perfectly.

Hi @publioquintero

Thanks for reaching out! The URL https://kwt-filters.myshopify.com/products.json is publicly available and does not require any authentication to access. I would recommend double checking your app’s authentication keys/passwords match the store you are attempting to access.