Once you've been set up with access to BenchPrep GraphQL API, you also get the ability to generate API tokens for use with our GraphQL API. An API token is like a key; it is required to access BenchPrep GraphQL API. Let's walk through how you can generate those tokens. Any user with a Console Admin role can view…
GraphQL is an API standard that provides a more efficient, powerful, and flexible alternative to REST. You can read more about it and why we chose it in our Intro to GraphQL guide. In that guide, we recommended using a great tool called GraphQL Playground that will allow you to see the schema, documentation as…