> 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

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.&#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="https://2669174317-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MashnM_M912z-0nE436%2Fuploads%2F3mtT7yWZma1yDy9aOiwF%2Fimage.png?alt=media&amp;token=a838aa45-4708-4bf1-b119-86499fa548f3" 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 %}
