renew
Renew WebSocket Token 🟨 🟦 🟩
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status": 200,
"errors": [],
"pagination": [],
"result": [
{
"renewed": true,
"token": "abc123xyz789...",
"expires_at": "2024-01-15 15:00:00",
"message": "WebSocket token renewed successfully"
}
]
}Example of code for direct API
Example of code for RapidAPI
Last updated