Getting Started with Authentication
Welcome to the API Reference authentication guide. This section will help you understand how to authenticate your API requests.
Overview
Authentication is required for all API requests. We support multiple authentication methods to suit your needs.
Authentication Methods
API Keys
The simplest way to authenticate is using API keys. You can generate API keys from your dashboard.
OAuth 2.0
For more advanced use cases, we support OAuth 2.0 authentication flow.
Quick Start
- Obtain your API key from the dashboard
- Include it in your request headers
- Start making authenticated requests
Next Steps
Is this page helpful?