cURL
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>" } ]
List of data streams
Unique immutable identifier
Human readable name
Unique numeric identifier
Optional description of the data stream
The type of data stream (e.g. api, csv, stripe, bank_feed)