Shopify REST API Oauth - 401 Error

Just found the solution…

I needed to change the grant_options in the URL from “per-user” to “value”:

grant_options[]=value

Found it here in the docs: https://shopify.dev/apps/auth/oauth/getting-started#ask-for-permission

But pretty hidden :confused: