Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Eventuate Subscriptions API

The Subscriptions API from Eventuate — 4 operation(s) for subscriptions.

Eventuate Subscriptions API is one of 4 APIs that Eventuate publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Subscriptions. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 4 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, {baseUrl}.

5 operations 4 paths 3 schemas 1 DELETE2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Server
{baseUrl}
Contact
License
Resource Areas
1

Paths & Operations 5

Across 4 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Subscriptions 5
POST
/subscriptions
Create an event subscription
createSubscription body → 200
GET
/subscriptions/{subscriptionId}
Get a subscription
getSubscription 1 param → 200
DELETE
/subscriptions/{subscriptionId}
Delete a subscription
deleteSubscription 1 param → 200
GET
/subscriptions/{subscriptionId}/events
Get events from a subscription
getSubscriptionEvents 2 params → 200
POST
/subscriptions/{subscriptionId}/acknowledge
Acknowledge events
acknowledgeEvents 1 param body → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are SubscriptionEvent (7 properties), Subscription (3 properties), CreateSubscriptionRequest (2 properties). Each schema is shown below with its type and property counts.

Subscription
object
3 properties
SubscriptionEvent
object
7 properties
CreateSubscriptionRequest
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

eventuate-subscriptions-api-openapi.yml Raw ↑

Other APIs Eventuate publishes across the network.

Eventuate Entities API
Eventuate Events API
Eventuate System API