Management
Event store lifecycle management
Management API
Section titled “Management API”Event store lifecycle management
GET /api/event-stores
Section titled “GET /api/event-stores”List event stores
Retrieves a list of all event stores for the authenticated tenant
GET /api/event-storesAuthorization: Bearer YOUR_JWT_TOKENContent-Type: application/json
Responses
Section titled “Responses”- 200 - Event stores retrieved successfully
- 401 - Unauthorized - Invalid or missing JWT token
POST /api/event-stores
Section titled “POST /api/event-stores”Create event store
Creates a new event store for the authenticated tenant
POST /api/event-storesAuthorization: Bearer YOUR_JWT_TOKENContent-Type: application/json
Request Body
Section titled “Request Body”{ "example": "request body structure here"}
Responses
Section titled “Responses”- 201 - Event store created successfully
- 400 - Bad request - Invalid input
- 409 - Conflict - Event store already exists