cURL
curl --request GET \ --url https://api.endclose.com/v1/data_streams/{key} \ --header 'X-API-KEY: <api-key>'
{ "key": "<string>", "name": "<string>", "id": 123, "description": "<string>", "type": "<string>" }
Retrieve a data stream using its unique immutable key.
The immutable data stream key
Data stream retrieved successfully
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)