Skip to main content
GET
/
data_streams
List data streams
curl --request GET \
  --url https://api.endclose.com/v1/data_streams \
  --header 'X-API-KEY: <api-key>'
[
  {
    "key": "<string>",
    "name": "<string>",
    "id": 123,
    "description": "<string>",
    "type": "<string>"
  }
]

Authorizations

X-API-KEY
string
header
required

Response

200 - application/json

List of data streams

key
string
required

Unique immutable identifier

name
string
required

Human readable name

id
integer

Unique numeric identifier

description
string

Optional description of the data stream

type
string

The type of data stream (e.g. api, csv, stripe, bank_feed)