Offline access Admin Api requests returns html with scripts instead json response

Hellogark
Shopify Partner
3 0 0

I'm using offline access token OAuth and i wan't to get all the products of a store with postman, but i get an html with scripts with a link instead the espected json response. So when paste the link into the browser i got into the account selection page, once i select the account y got redirected to the unavilable shopify page like in the pic. I don't know why is trying to have access to the account when i grant these permissions in scope: read_products,write_products,read_orders,write_orders.unavilable.PNG

The token is supoused to be permanent and i can't handle this kind of response from my backend

Reply 1 (1)

Hellogark
Shopify Partner
3 0 0

Well, i've tried to get all products from my backend instead from postman directly and i'm able to get them, somehow it doesn't work with postman