Authorization header of every request.
Getting Your API Key
- Visit the Electron Hub Console
- Sign up or log in to your account
- Navigate to the API Keys section
- Generate a new API key
- Copy and securely store your API key
Keep your API key secure and never share it publicly. Treat it like a password.
Using Your API Key
Include your API key in theAuthorization header with the Bearer prefix:
Environment Variables
For security, store your API key as an environment variable:API Key Management
- Regenerate Keys: You can regenerate your API key at any time in the console
- Multiple Keys: Create separate keys for different environments (development, production)
- Monitor Usage: Track your API usage in the console dashboard
