Scoped token does not work with GraphQL

HarryPhan
Community Member

Hello! 

I'm trying to use a scoped-token API key to query GraphQL but haven't got any luck yet. Our queries always received the error message of:

{'message': 'Insufficient scopes on access token.'}

 

The API key has full read-only permissions and has the option "Allow Include Parameters" enabled. The queries work if we disable scoping token. Do you have any idea what we could have missed?

Thanks!