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

Restate subscription API

Subscription management

Restate subscription API is one of 9 APIs that Restate publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include subscription. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a GitHub repository, and 2 JSON Schemas.

This API exposes 4 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 3.0.0, at version 1.4.0.

Requests are made against the base URL http://localhost:9070.

4 operations 2 paths 5 schemas 1 DELETE2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.4.0
Base URL
http://localhost:9070
Resource Areas
1

Paths & Operations 4

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

subscription 4

Subscription management

GET
/subscriptions
List Subscriptions
list_subscriptions 2 params → 200
POST
/subscriptions
Create Subscription
create_subscription body → 201400403404409500503
GET
/subscriptions/{subscription}
Get Subscription
get_subscription 1 param → 200400403404409500503
DELETE
/subscriptions/{subscription}
Delete Subscription
delete_subscription 1 param → 202400403404409500503

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are SubscriptionResponse (4 properties), CreateSubscriptionRequest (3 properties), ErrorDescriptionResponse (2 properties), ListSubscriptionsResponse (1 property). Each schema is shown below with its type and property counts.

SubscriptionResponse
object
4 properties 4 required
CreateSubscriptionRequest
object
3 properties 2 required
ListSubscriptionsResponse
object
1 property 1 required
ErrorDescriptionResponse
object
Error details of the response
2 properties 1 required
String
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

restate-subscription-api-openapi.yml Raw ↑

Other APIs Restate publishes across the network.

Restate cluster_health API
Restate deployment API
Restate health API
Restate invocation API
Restate openapi API
Restate service API
Restate service_handler API
Restate version API