Bearer token (recommended)
Send the key in theAuthorization header:
Body field (fallback)
If you cannot set custom headers (for example, from a static embed), include the key in the request body asapiKey:
Security
- Treat API keys like passwords. Anyone with a key can submit feedback against your workspace and consume billable events.
- Rotate keys by creating a new one and revoking the old one in the dashboard. Revocation is immediate.
- Avoid embedding keys in unauthenticated client-side code where they can be scraped. Prefer a thin server-side proxy that holds the key.
- Each key is scoped to a single workspace and inherits the workspace’s plan limits.