Overview

Introspection is a feature that allows querying a GraphQL server to discover its schema. This capability is crucial for developers to understand available queries, mutations, and the structure of the data they can work with, facilitating seamless API interaction and exploration.

Requirements

You will need a Fireflies.ai API key to use introspection. For more details, please visit Authorization

Introspection using Apollo Sandbox

For introspection using our builtin Apollo Sandbox, visit api.fireflies.ai/graphql and enter your api_key in the Headers section as a Bearer token

Introspection using Postman

Create a new Graphql Request in Postman with the url api.fireflies.ai/graphql and enter your api_key in the Headers section as a Bearer token

Additional Resources