Skip to main content

API Explorer

Our GraphQL API Explorer allows you to explore our GraphQL schema and test out queries and mutations against our Sandbox environment.

Accessing the Explorer

Click the button below to access the OAuth App API Explorer:

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>"
}