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

End Close Data Streams API

The Data Streams API from End Close — 6 operation(s) for data streams.

End Close Data Streams API is one of 12 APIs that End Close publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Data Streams. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

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

Requests are made against a single base URL, https://api.endclose.com/v1.

9 operations 6 paths 4 schemas 1 DELETE5 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.endclose.com/v1
Authentication
API Key
License
MIT
Resource Areas
1

Authentication & Security 1

End Close Data Streams API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-API-KEY (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 9

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

Data Streams 9
GET
/data_streams
List data streams
→ 200
POST
/data_streams
Create a data stream
body → 201422
GET
/data_streams/{key}
Retrieve a data stream
1 param → 200401404
PATCH
/data_streams/{key}
Update a data stream
1 param body → 200401404
DELETE
/data_streams/{key}
Delete a data stream
2 params → 204202401404409
POST
/data_streams/{key}/reset
Reset a data stream
1 param → 202401404
GET
/data_streams/{key}/health
Get data stream ingestion health
1 param → 200401404
GET
/data_streams/{key}/operations/{id}
Get a data stream operation
2 params → 200401404
GET
/data_streams/{key}/import_batches
List import batches
3 params → 200401404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are ImportBatch (13 properties), DataStreamOperation (11 properties), DataStreamHealth (6 properties), DataStream (5 properties). Each schema is shown below with its type and property counts.

DataStreamOperation
object
Async operation against a data stream (delete or reset). Poll via GET /datastreams/{key}/operations/{id}.
11 properties
DataStream
object
5 properties 2 required
ImportBatch
object
13 properties
DataStreamHealth
object
Ingestion health snapshot for a data stream. All counts are indexed lookups; safe to poll.
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

end-close-data-streams-api-openapi.yml Raw ↑

Other APIs End Close publishes across the network.

End Close Bank Account Balances API
End Close Bank Accounts API
End Close Bulk Requests API
End Close Data Stream Property Definitions API
End Close Import Batches API
End Close Reconciliation Exceptions API
End Close Reconciliation Matches API
End Close Reconciliation Rules API
End Close Reconciliation Stories API
End Close Reconciliations API
End Close Records API