OpenAPI / Swagger
Explore and test the API interactively using the live Swagger UI.
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 | Monthly quota exceeded (resets on the 1st of the month or your plan renewal date) |