Explorer
Our GraphQL API Explorer allows you to explore our GraphQL schema and test out queries and mutations against our Sandbox environment.
Using the Explorer
In order to send queries and mutations to our API, you will need to provide your access token via the Authorization
header using the Headers
section at the bottom of the editor.
{
"Authorization": "Bearer <access-token>"
}
Check out the API Explorer here.