Exploring our API

We have an API explorer and playground.

API Explorer

Using Postmans GraphQL request, you will be able to add the Toggle URL and it will return a list of all available Queries and Mutations.

You can build up your own queries, and responses using the GraphQL framework. The explorer is useful while you are discovering our public queries without any authentication.

Note that the introspection query is the only GET request you’ll run in GraphQL. If you’re passing a body, the GraphQL request method is POST, whether it’s a query or a mutation.

Last updated