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.