Comment on page
API playground
Once you are ready to dive in, and you have a working API username/password, our API playground can be used to pass in your bearer token to make real requests to protected queries and mutations.
Using our playground to build the queries and mutations you are going to need before heading into the code within your application can be a useful and quick way to model your solution architecture.
To retrieve your bearer token in the Playground, you'll need to open your browser network inspector and grab the token from the authorization header once you've made a call to the login query:

Last modified 2yr ago