Get stream list Technical Preview

GET /api/streams

Fetches list of all streams

application/json

Body

object object

Additional properties are NOT allowed.

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