GraphQL API OAuth Authentication

Hi,

I’m attempting an Oauth authentication for the graphql endpoint as follows; Created a machine-machine app, assigned required scopes (i.e. findmefollowme - with both read/write). However, when I attempt an authentication, I get an “invalid client error”. Please see screenshot from Insomnia attached.

Anyone has an idea what could be going wrong here or faced this same issue? Would appreciate any insights here. Thank you!

Hi,

I attempted this last week with success so I can help you.

You have to change the Grant Type to “Client credentials” to work. Then you have to click on “Send” then “proceed” then “use token”.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.