Send an event
POST/v1/events
Send an event that will be delivered to all active webhook subscriptions.
Authentication: Requires API key in X-Api-Key header. Idempotency: Use idempotencyKey to prevent duplicate processing. Rate Limiting: Subject to your plan's rate limits.
Request
Responses
- 200
- 400
- 401
- 404
- 409
- 429
Event sent successfully
Invalid request
Invalid or missing API key
Event type not found
Duplicate event (idempotency key already used)
Rate limit exceeded