Hi,
We are trying to get a list of all products against an Organization using the Oauth two legged authentication using node-js and the particle-js library.
We’ve created an authenticate client key and token against a user in the Sandbox area and would like to then fetch all the products that that user has access too. However when we issue the api call /v1/user/products we only ever get the sandbox products and not the associated Organization products.
If we try /v1/orgs/{myOrg}/products we get an access denied using that client key. However if we generate an access token using the /oauth/token interface and use that token instead then it works.
Is the Authenticate client key only allowed to see the sandbox products? If so how can we get it working for the organization other than making two bespoke calls via https.