> For the complete documentation index, see [llms.txt](https://developers.usetoggle.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.usetoggle.com/graphql/exploring-our-api.md).

# Exploring our API

### 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.&#x20;

{% hint style="success" %}
Our Postman collection can be downloaded [here](https://api.postman.com/collections/16540815-8be4f13b-bb40-4608-88f9-6b8942da3bf5?access_key=PMAT-01JYP52YNSRAKM2JAZB56ADA26)
{% endhint %}

<figure><img src="/files/y5JAVcd6qZygEl2OdrVt" alt=""><figcaption></figcaption></figure>

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.&#x20;

{% hint style="info" %}
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.
{% endhint %}
