List of streams and collectors
GET
api/v3/stream/infoGet the list of streams and collectors in your API subscription
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"request": "GET /api/v3/stream/info?access_token=abcd_1234_abcd",
"request_id": "#r8ubtbnbrcz7#",
"result_stream": {
"collectors": [
{
"collector_id": "collector_1",
"state": "ACTIVE"
}
],
"streams": [
{
"enabled": true,
"stream_id": "stream_1"
}
]
},
"status_code": "0",
"status_message": "OK"
}
Loading...