API Keys
Generate API keys from your dashboard settings. You can create multiple keys with different permissions.
Using API Keys
Include your API key in the Authorization header:
Key Types
For granular access, create form-specific API keys that only allow access to a single form’s submissions.
Permissions
API keys can have different permission levels:
Security Best Practices
Never expose API keys in client-side code. Use server-side requests or environment variables.
- Rotate keys periodically
- Use form-level keys when possible
- Set minimum required permissions
- Monitor key usage in dashboard