graphql-api icon indicating copy to clipboard operation
graphql-api copied to clipboard

createUniversalAccessToken mutation returns "The requested field is not accessible with the provided authentication credentials."

Open nijejoza opened this issue 3 years ago • 1 comments

Hi, I've been exploring the GraphQL API for a bit. The createUniversalAccessToken mutation returns an authorization error regardless of what type of Authorization I try to use (either the explorer, or client tokens, or Basic auth) - the error is always "The requested field is not accessible with the provided authentication credentials.". My PayPal credentials are connected, and I use Login With Paypal.

nijejoza avatar Mar 09 '22 10:03 nijejoza

Hi @nijejoza, that particular mutation is still a work in progress and requires a different set of oauth client id and client secret credentials. Is there a specific authorization that you're trying to get from this mutation? Client tokens and API keys (basic auth) are the primary means of authentication with this API and should cover all the needs.

lkorth avatar Sep 30 '22 14:09 lkorth