Security
Security controls (HMAC, token scoping, abuse protection)
Prevent unauthorized access and mitigate abuse; provide tamper-resistant tracking and authenticated internal ingestion.
Endpoints & UI
- Bearer API key auth + scoped access controls (`send:*`, `manage:*`)
- Internal ingestion endpoints protected by internal token
- Tracking HMAC signatures
Notes
- No extra notes listed in the manifest.
Next: Read the docs.