Overview
The Stover API supports two authentication modes:Authenticated Mode
Use authenticated mode for server-side integrations.API Key Format
Making Requests
Include your API key in theAuthorization header:
Getting an API Key
- Log in to your Stover Dashboard
- Navigate to Settings > API Keys
- Click Generate New Key
- Copy and securely store your API key
Public Mode
Public mode allows contact creation from websites without exposing API keys.When to Use
- Contact forms on your website
- Landing page lead capture
- Newsletter signup forms
Limits
Making Requests
Omit theAuthorization header:
Error Codes
Best Practices
Never expose API keys
Use public mode for browser requests.
Use environment variables
Store keys in env vars, not source code.
Rotate keys regularly
Generate new keys periodically.
Use HTTPS only
Always use HTTPS for requests.