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