Active Connections
List all the active sessions using your API key
GET /ws-api/sessions
{
"success": true,
"active_sessions": [
{
"session_id": "0b794367-4abe-4945-ab16-6739085e03b2",
"connection_id": "e35e58c5-ccf9-4c4b-879d-954761486270",
"subscribed_streams": [
"kol-feed"
],
"connected_at": "2025-06-12T10:12:54.036Z",
"last_activity": "2025-06-12T10:12:54.036Z",
"ip_address": "123.321.123.321",
"duration_ms": 3712
}
],
"total_sessions": 1,
"max_allowed": 10
}
Last updated