cURL
curl --request GET \ --url https://v1.api.flux-os.com/streams/{id} \ --header 'x-api-key: <api-key>' \ --header 'x-user-id: <api-key>'
{ "data": { "name": "<string>", "short_code": "<string>", "id": "<string>", "product_category": { "name": "<string>", "id": "<string>" } } }
Retrieve details of a specific stream, including its name, category, measurement units and unit conversions.
The stream ID.
A single stream.
Show child attributes