← Back to private beta table of contents.
Base URL
All GraphQL queries should be sent to the root endpoint:Authentication
All requests require authentication using an API key included in the request headers:x-api-key: YOUR_API_KEY
Your API key will be securely shared with you through 1Password.
Making your first request
Here are simple examples to get you started. We recommend using thegql library for better GraphQL support, schema validation, and error handling.
← Back to private beta table of contents.