API Key Authentication
Bearer Token Authentication
Security Schemes
Name | Type | Environment Variable |
---|---|---|
apiKeyAuth | apiKey | FATHOM_API_KEY_AUTH |
bearerAuth | http | FATHOM_BEARER_AUTH |
tokenRequestStandalone | http | FATHOM_TOKEN_REQUEST_STANDALONE |
Security Best Practices
- Use environment variables for credentials
- Use OAuth for multi-user integrations
- Rotate API keys regularly
- Monitor API usage