Exploring our API
We have an API explorer and playground.
Last updated
We have an API explorer and playground.
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.
Our Postman collection can be downloaded here

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