Eventuate · Capability
Eventuate REST API — Subscriptions
Eventuate REST API — Subscriptions. 5 operations. Lead operation: Create an event subscription. Self-contained Naftiko capability covering one Eventuate business surface.
What You Can Do
POST
Createsubscription
— Create an event subscription
/v1/subscriptions
GET
Getsubscription
— Get a subscription
/v1/subscriptions/{subscriptionid}
DELETE
Deletesubscription
— Delete a subscription
/v1/subscriptions/{subscriptionid}
POST
Acknowledgeevents
— Acknowledge events
/v1/subscriptions/{subscriptionid}/acknowledge
GET
Getsubscriptionevents
— Get events from a subscription
/v1/subscriptions/{subscriptionid}/events
MCP Tools
create-event-subscription
Create an event subscription
get-subscription
Get a subscription
read-only
idempotent
delete-subscription
Delete a subscription
idempotent
acknowledge-events
Acknowledge events
get-events-subscription
Get events from a subscription
read-only
idempotent