Base URL
Authentication
All requests require a workspace API key passed as a Bearer token in theAuthorization header.
Request Headers
Endpoints
| Method | Path | Description |
|---|---|---|
| POST | /event | Submit an event notification |
Error Responses
All error responses follow this format:| Status | Description |
|---|---|
| 400 | Invalid request body or validation error |
| 401 | Invalid or missing API key |
| 429 | Rate limit exceeded (resets weekly on Sunday 11:59 PM UTC) |