GET
/api/streams
curl \
--request GET 'https://localhost:5601/api/streams' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json"
Request examples
{}
curl \
--request GET 'https://localhost:5601/api/streams' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json"
{}