Create event type
POST/v1/event-types
Create a new outbound event type that can be sent to webhook subscribers.
Use Case: Define the types of events your application will send before triggering them.
Event Naming: Use dot notation for namespacing (e.g., user.created, order.placed).
Best Practices:
- Use descriptive, action-based names
- Group related events with common prefixes
- Define schemas for critical events
Request
Responses
- 201
- 400
- 401
- 409
Event type created successfully
Invalid request
Invalid or missing API key
Event type already exists