get
Get WebSocket Token Info 🟨 🟦 🟩
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status": 200,
"errors": [],
"pagination": [],
"result": [
{
"token": "abc123xyz789...",
"server": "wss://ws.soccerfootball.info/?token=abc123xyz789...",
"max_connections": 35,
"max_subscribe_per_connection": 10,
"allowed_channels": ["MAIN", "STATS", "ODDS"],
"expires_at": "2024-01-15 14:30:00",
"active_connections": 2
}
]
}Example of code for direct API
Example of code for RapidAPI
Last updated