GraphQL Authentication

Jump to solution
ScottMowry
Community Explorer

Can anyone give me some tips on how to connect to the GraphQL API externally?  I've been using Postman to call the REST API using a bearer token, but I'm getting a "user authorization required" error when I make a call to the GraphQL API.

0 Likes
1 Solution
ScottMowry
Community Explorer

Never mind, I figured out that I was using the wrong URL to connect. Should have been using https://[xxxx].instructure.com/api/graphql

View solution in original post