API Reference
Authentication
All API requests to Opper require authentication. We use API keys to authenticate requests.
API Keys
API keys are unique identifiers that grant access to the Opper API. Your API key should be kept secure and should not be shared publicly.
Obtaining an API Key
- Log in to your Opper dashboard
- Navigate to your account settings
- Find the API Keys section
- Click “Generate new API key”
Using Your API Key
Include your API key in the header of all API requests:
Security Best Practices
- Never expose your API key in client-side code
- Rotate your API keys periodically
- Use environment variables to store API keys in your applications
- Set appropriate permissions for your API keys