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

Rithum Streams API

Event stream management for real-time data

Rithum Streams API is one of 8 APIs that Rithum publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Streams. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, and 2 JSON Schemas.

This API exposes 4 operations across 3 paths, and defines 6 schemas. It is described by OpenAPI 3.0.3, at version v3.

Requests are made against a single base URL, https://api.dsco.io/api/v3.

4 operations 3 paths 6 schemas 2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v3
Base URL
https://api.dsco.io/api/v3
Authentication
HTTP Bearer
License
Proprietary
Terms of Service
Resource Areas
1

Authentication & Security 1

Rithum Streams API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth).

Paths & Operations 4

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

Streams 4

Event stream management for real-time data

POST
/streams
Create Stream
createStream body → 200401
GET
/streams
List Streams
listStreams → 200401
GET
/streams/{streamId}/events
Get Stream Events
getStreamEvents 3 params → 200401
POST
/streams/{streamId}/position
Update Stream Position
updateStreamPosition 1 param body → 200401

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are StreamEvent (5 properties), Stream (4 properties), StreamEvents (3 properties), StreamDefinition (3 properties). Each schema is shown below with its type and property counts.

Stream
object
4 properties
StreamDefinition
object
3 properties
StreamEvent
object
5 properties
StreamPositionUpdate
object
1 property
StreamList
object
1 property
StreamEvents
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rithum-streams-api-openapi.yml Raw ↑

Other APIs Rithum publishes across the network.

Rithum Authentication API
Rithum Catalog API
Rithum Inventory API
Rithum Invoices API
Rithum Orders API
Rithum Returns API
Rithum Shipments API