Our GraphQL API provides a flexible and powerful way to interact with Intuition's data and services. This interface allows you to request exactly the data you need and receive predictable results.
All GraphQL API requests must be authenticated using a valid API key. Include your API key in the request headers as: Authorization: Bearer YOUR_API_KEY
All GraphQL requests should be sent as POST requests to:https://api.intuition.systems/graphql
Our documentation is organized into the following sections:
Use the Apollo Explorer above to test queries and explore the API schema in real-time. The explorer provides auto-completion, documentation, and validation as you write queries.